angular/modules/@angular/compiler-cli/integrationtest/test
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
..
animate_spec.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
app_module_spec.ts feat(core): allow to add precompiled tokens via a provider 2016-07-07 12:16:48 -07:00
basic_spec.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
i18n_spec.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
init.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
precompile_spec.ts feat(core): allow to add precompiled tokens via a provider 2016-07-07 12:16:48 -07:00
projection_spec.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
query_spec.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
util.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00