Index

src/app/about/about.module.ts

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]

src/app/home/home.component.ts

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'

src/app/shared/directives/do-nothing-directive.metadata.ts

DoNothingDirectiveSchema
Type : object
Default value : { selector: '[donothing]' }

src/environments/environment.prod.ts

environment
Type : object
Default value : { production: true }

src/environments/environment.ts

environment
Type : object
Default value : { production: false }

src/app/about/about-routing.module.ts

extract
Default value : function(s: string) {}

src/app/shared/miscellaneous/miscellaneous.ts

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'

src/app/footer/footer-component.metadata.ts

FooterComponentSchema
Type : object
Default value : { selector: 'footer', providers: [], templateUrl: './footer.component.html' }

src/app/footer/index.ts

footerModuleComponents
Type : []
Default value : [FooterComponent]

src/app/header/header-component.metadata.ts

HeaderComponentSchema
Type : object
Default value : { selector: 'header', providers: [], templateUrl: './header.component.html', styles: [ `h1 { margin-top: 75px; }` ] }

src/app/home/home-routing.module.ts

HomeRoutingModule
Type : miscellaneous
Default value : RouterModule.forChild(HOME_ROUTES)

src/app/home/home.module.ts

INTERNAL_MODULES
Type : []
Default value : [HeaderModule, ListModule, FooterModule, HomeRoutingModule]

src/app/list/list.module.ts

MODULES
Type : []
Default value : [TodoModule, BrowserModule]

src/app/shared/pipes/first-upper.pipe.ts

name
Type : string
Default value : 'firstUpper'
pure
Default value : true

src/app/about/utils.ts

oneFunction
Default value : () => {}
utils
Type : object
Default value : { doWork(): any { return {}; } }

src/app/about/path-match.ts

pathMatchStrategy
Type : object
Default value : { full: 'full' }

src/app/home/paths.ts

PATHS
Type : object
Default value : { home: { url: 'homeimported' } }

src/typings.ts

PI2
Type : number
Default value : 3.14

PI constant See Todo for service using it

src/app/list/todo/todo.module.ts

PIPES_AND_DIRECTIVES
Type : []
Default value : [FirstUpperPipe, DoNothingDirective]

results matching ""

    No results matching ""