Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StatusBarComponent

whatitdoes

provides app status messages by pushing app content down from the top revealing this component.

Features:

  • Reusable: uses Angular 2 content projection so you can just insert a status bar inside the html of this component.

Hierarchy

  • StatusBarComponent

Implements

  • AfterViewInit

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private elementRef

elementRef: ElementRef

an element reference of the StatusBarComponent

Private statusBarService

statusBarService: StatusBarService

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

top

top: string = "0"

position from the top of the page (uses fixed positioning in css)

Methods

ngAfterViewInit

  • ngAfterViewInit(): void

Generated using TypeDoc