Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StatusBarAwareDirective

whatitdoes

moves a fixed position host element with respect to the StatusBarComponent's position.

Features:

  • Uses the same animation to move as the StatusBarComponent
  • Uses translate3d for smoother animation

Hierarchy

  • StatusBarAwareDirective

Implements

  • OnDestroy
  • OnInit

Index

Constructors

constructor

Properties

statusBarExclude

statusBarExclude: Array<string>

An array of routes to not apply the features of this directive.

Private statusBarService

statusBarService: StatusBarService

app wide service that notifies this componenet of changes to the StatusBarComponent.

subscription

subscription: Subscription

Holds the subscription for the statusBarService's .service notifications.

transform

transform: string = null

The transform style applied during animation.

transition

transition: string

The transform style applied during animation.

Methods

barActive

  • barActive(status: any): boolean

ngOnDestroy

  • ngOnDestroy(): void

ngOnInit

  • ngOnInit(): void

Generated using TypeDoc