@docgeni/template
Version:
Docgeni - Angular Template Components
14 lines • 712 B
TypeScript
import { OnInit } from '@angular/core';
import { ActivatedRoute } from '@angular/router';
import { PageTitleService } from '../../services/page-title.service';
import * as i0 from "@angular/core";
export declare class ExampleIsolatedViewerComponent implements OnInit {
private route;
private pageTitle;
name: string | null;
constructor(route: ActivatedRoute, pageTitle: PageTitleService);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ExampleIsolatedViewerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ExampleIsolatedViewerComponent, "dg-example-isolated-viewer", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=example.component.d.ts.map