@rxap/layout
Version:
This library provides a set of Angular components and services for creating consistent and configurable application layouts, including headers, footers, side navigation, and content areas. It offers features such as dynamic navigation, external applicatio
13 lines (12 loc) • 524 B
TypeScript
import { OnDestroy, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class HeaderDirective implements OnInit, OnDestroy {
private _portal?;
private readonly headerService;
private readonly template;
private readonly viewContainerRef;
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderDirective, "[rxapHeader]", never, {}, {}, never, never, true, never>;
}