@vismaux/ngx-nordic-cool
Version:
Common Nordic-Cool components for Angular.
14 lines (13 loc) • 675 B
TypeScript
import { ChangeDetectorRef, AfterContentInit, OnDestroy } from '@angular/core';
import { NcNavbarComponent } from '../navbar.component';
import * as i0 from "@angular/core";
export declare class NcNavbarBrandComponent implements AfterContentInit, OnDestroy {
navbar: NcNavbarComponent;
private cdRef;
private destroyed$;
constructor(navbar: NcNavbarComponent, cdRef: ChangeDetectorRef);
ngAfterContentInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NcNavbarBrandComponent, [{ host: true; }, null]>;
static ɵcmp: i0.ɵɵComponentDeclaration<NcNavbarBrandComponent, "nc-navbar-brand", never, {}, {}, never, ["*"]>;
}