UNPKG
@soushians/config
Version:
latest (8.0.10)
8.0.10
7.7.0
7.5.0
7.4.0
7.1.0
7.0.0
6.8.0
6.7.10
6.7.0
6.6.0
6.5.0
6.2.0
6.0.107
6.0.106
6.0.105
6.0.104
6.0.103
6.0.102
6.0.101
6.0.100
2.0.262
2.0.261
2.0.26
2.0.25
2.0.24
2.0.23
2.0.21
2.0.16
2.0.15
2.0.14
2.0.13
2.0.11
2.0.10
2.0.2
2.0.0
1.0.484
1.0.483
1.0.482
1.0.481
1.0.48
1.0.47
1.0.46
1.0.45
1.0.44
1.0.43
1.0.42
1.0.41
1.0.40
1.0.39
1.0.38
1.0.37
1.0.36
1.0.35
1.0.34
1.0.33
1.0.32
1.0.31
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1
github.com/snoorghorbani/ng2starter-config
snoorghorbani/ng2starter-config
@soushians/config
/
lib
/
smart-components
/
config-module-container
/
config-module-container.component.d.ts
8 lines
(7 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
OnInit
}
from
'@angular/core'
;
import
{
ConfigService
}
from
'../../services'
;
export
declare
class
ConfigModuleContainerComponent
implements
OnInit
{
private
service;
constructor
(
service
:
ConfigService
);
ngOnInit
():
void
; }