| bootstrap |
Type : []
|
Default value : [AboutComponent]
|
| declarations |
Type : []
|
Default value : [AboutComponent]
|
| entryComponents |
Type : []
|
Default value : [AboutComponent]
|
| id |
Type : string
|
Default value : 'toto'
|
| imports |
Type : []
|
Default value : [AboutRoutingModule]
|
| providers |
Type : []
|
Default value : [TodoStore]
|
| schemas |
Type : []
|
Default value : [NO_ERRORS_SCHEMA]
|
| changeDetection |
Default value : ChangeDetectionStrategy.OnPush
|
| encapsulation |
Default value : ViewEncapsulation.Emulated
|
| selector |
Type : string
|
Default value : 'home'
|
| template |
Default value : `
<div class="todoapp">
<header class="header"></header>
<list class="main"></list>
<footer></footer>
</div>
`
|
| templateUrl |
Type : string
|
Default value : './home.component.html'
|
| DoNothingDirectiveSchema |
Type : object
|
Default value : {
selector: '[donothing]'
}
|
| environment |
Type : object
|
Default value : {
production: true
}
|
| environment |
Type : object
|
Default value : {
production: false
}
|
| extract |
Default value : function(s: string) {}
|
| first |
Default value : 'Laide'
|
| PI |
Type : number
|
Default value : 3.14
|
|
PI constant See Todo for service using it |
| PIT |
Type : miscellaneous
|
Default value : 4
|
| second |
Default value : 'Gabriel'
|
| third |
Default value : 'Jets'
|
| FooterComponentSchema |
Type : object
|
Default value : {
selector: 'footer',
providers: [],
templateUrl: './footer.component.html'
}
|
| footerModuleComponents |
Type : []
|
Default value : [FooterComponent]
|
| HeaderComponentSchema |
Type : object
|
Default value : {
selector: 'header',
providers: [],
templateUrl: './header.component.html',
styles: [
`h1 {
margin-top: 75px;
}`
]
}
|
| HomeRoutingModule |
Type : miscellaneous
|
Default value : RouterModule.forChild(HOME_ROUTES)
|
| INTERNAL_MODULES |
Type : []
|
Default value : [HeaderModule, ListModule, FooterModule, HomeRoutingModule]
|
| MODULES |
Type : []
|
Default value : [TodoModule, BrowserModule]
|
| name |
Type : string
|
Default value : 'firstUpper'
|
| pure |
Default value : true
|
| oneFunction |
Default value : () => {}
|
| utils |
Type : object
|
Default value : {
doWork(): any {
return {};
}
}
|
| pathMatchStrategy |
Type : object
|
Default value : {
full: 'full'
}
|
| PATHS |
Type : object
|
Default value : {
home: {
url: 'homeimported'
}
}
|
| PI2 |
Type : number
|
Default value : 3.14
|
|
PI constant See Todo for service using it |
| PIPES_AND_DIRECTIVES |
Type : []
|
Default value : [FirstUpperPipe, DoNothingDirective]
|