angular/modules/@angular/core/src/metadata
Tobias Bosch 7073cf74fe feat(core): allow to add precompiled tokens via a provider
Introduces the new `ANALYZE_FOR_PRECOMPILE` token. This token can be used to
create a virtual provider that will populate the `precompile` fields of
components and app modules based on its
`useValue`. All components that are referenced in the `useValue`
value (either directly or in a nested array or map) will be added
to the `precompile` property.

closes #9874
related to #9726
2016-07-07 12:16:48 -07:00
..
app_module.ts feat(core): introduce @AppModule 2016-06-30 11:34:40 -07:00
di.ts feat(core): allow to add precompiled tokens via a provider 2016-07-07 12:16:48 -07:00
directives.ts docs(api): fix broken example urls (#9828) 2016-07-06 13:57:38 -07:00
lifecycle_hooks.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
view.ts fix: public api surface fixes + stability markers 2016-06-28 07:39:40 -07:00