UNPKG

253 BTypeScriptView Raw
1import { OnInit } from '@angular/core';
2import { ConfigService } from '../../services';
3export declare class ConfigModuleContainerComponent implements OnInit {
4 private service;
5 constructor(service: ConfigService);
6 ngOnInit(): void;
7}