Class NavigationItemComponent

Implements

  • OnChanges
  • OnDestroy
  • AfterViewInit

Constructors

Properties

_subscription: Subscription = ...
active: WritableSignal<boolean> = ...
children: null | Navigation = null
collapsed: Signal<boolean> = ...
elementRef: ElementRef<any> = ...
item: InputSignal<NavigationItem<Navigation>> = ...
itemClasses: Signal<string> = ...
layoutService: LayoutService = ...
level: InputSignal<number> = ...
renderer: Renderer2 = ...
router: Router = ...

Methods

  • A callback method that is invoked immediately after Angular has completed initialization of a component's view. It is invoked only once when the view is instantiated.

    Returns void

  • A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.

    Parameters

    • changes: SimpleChanges

      The changed properties.

    Returns void