Creates the StatusBarComponent and triggers onInit.
used to track the current route.
True when the status bar is in use.
True if the StatusBarComponent is animating. This is true for one second after active is set to false because it will be animating up and out of view.
used to track the current route.
An Observable used to push changes related to the status of the StatusBarComponent.
True if a transform style is currently applied to a StatusBarAwareDirective's host component.
On service creation a subscription is made to the router and an updated status is sent on route change.
Animates the StatusBarComponent into view and notifies related components to move out of the way.
Updates related components with a new height for the StatusBarComponent.
Pushes the current status to related componenets.
Data related to what is happening with the StatusBarComponent.
Generated using TypeDoc
tracks the status of the StatusBarComponent and notifies all components with the StatusBarAwareDirective that a change has occurred.