@cisstech/nge
Version:
NG Essentials is a collection of libraries for Angular developers.
10 lines (9 loc) • 496 B
TypeScript
import { NgeDocService } from '../../../nge-doc.service';
import * as i0 from "@angular/core";
export declare class FooterComponent {
private readonly docService;
readonly state$: import("rxjs").Observable<import("@cisstech/nge/doc").NgeDocState>;
constructor(docService: NgeDocService);
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "nge-doc-footer", never, {}, {}, never, never, false, never>;
}