@ng-arthur/core
Version:
@ng-arthur/core for Angular 8+ Components
8 lines (7 loc) • 452 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { NaStartupService, IStartupConfigResource } from './na-startup.service';
export declare class NaStartupModule {
constructor(parentModule: NaStartupModule);
static forRoot(startupConfig: IStartupConfigResource): ModuleWithProviders<NaStartupModule>;
}
export declare function NaStartupServiceFactory(startupService: NaStartupService, startupConfig: IStartupConfigResource): Function;