@docgeni/template
Version:
Docgeni - Angular Template Components
34 lines • 1.71 kB
TypeScript
import { OnInit, OnDestroy, NgModuleFactory, Type, ElementRef } from '@angular/core';
import { HttpClient } from '@angular/common/http';
import { ActivatedRoute, Router } from '@angular/router';
import { NavigationService, GlobalContext } from '../../services/public-api';
import * as i0 from "@angular/core";
export declare class ChannelComponent implements OnInit, OnDestroy {
private http;
private elementRef;
private route;
private router;
navigationService: NavigationService;
global: GlobalContext;
isLayout: boolean;
isScrollContainer: boolean;
/** Component type for the current example. */
exampleComponentType: Type<any> | null;
exampleModuleFactory: NgModuleFactory<any> | null;
constructor(http: HttpClient, elementRef: ElementRef<HTMLElement>, route: ActivatedRoute, router: Router, navigationService: NavigationService, global: GlobalContext);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ChannelComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ChannelComponent, "dg-channel", never, {}, {}, never, never, false, never>;
}
export declare class ChannelHomeComponent implements OnInit {
private router;
navigationService: NavigationService;
global: GlobalContext;
private route;
constructor(router: Router, navigationService: NavigationService, global: GlobalContext, route: ActivatedRoute);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ChannelHomeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ChannelHomeComponent, "dg-channel-home", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=channel.component.d.ts.map