angular-cn/modules/@angular/compiler/test
Victor Berchet e99d721612 feat(compiler): Add a `enableLegacyTemplate` option to support `<template>`
When the `enableLegacyTemplate` is set to `false`, `<template>` tags and the
`template` attribute are no more used to define angular templates but are
treated as regular tag and attribute.

The default value is `true`.

In order to define a template, you have to use the `<ng-template>` tag.

This option applies to your application and all the libraries it uses. That is
you should make sure none of them rely on the legacy way to defined templates
when this option is turned off (`false`).
2017-02-23 20:03:16 -08:00
..
aot refactor: rewrite private export using the ɵ prefix 2017-02-21 20:48:55 -08:00
compiler_util refactor(compiler): remove unneeded fields from metadata 2016-11-28 15:19:23 -08:00
css_parser perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
expression_parser refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
i18n feat(compiler): add target locale to the translation bundles (#14290) 2017-02-09 14:32:39 -08:00
ml_parser feat(compiler): introduce `<ng-template>`, deprecate `<template>` and `template` attribute 2017-02-23 20:03:16 -08:00
output fix(compiler): make view engine work with Aot 2017-02-21 09:12:21 -08:00
schema refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
template_parser feat(compiler): Add a `enableLegacyTemplate` option to support `<template>` 2017-02-23 20:03:16 -08:00
view_compiler refactor(compiler): convert metadata classes used in summaries into interfaces (#13123) 2016-11-30 10:52:51 -08:00
directive_lifecycle_spec.ts refactor(compiler): improve types, misc 2016-10-10 09:20:58 -07:00
directive_normalizer_spec.ts perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
directive_resolver_mock_spec.ts refactor: rewrite private export using the ɵ prefix 2017-02-21 20:48:55 -08:00
directive_resolver_spec.ts refactor: format & lint 2016-12-14 15:10:43 -08:00
integration_spec.ts fix(Compiler): allow "." in attribute selectors (#13653) 2016-12-27 15:23:49 -08:00
metadata_overrider_spec.ts fix(testing): override metadata subclasses properly (#10767) 2016-08-12 17:39:33 -07:00
metadata_resolver_fixture.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
metadata_resolver_spec.ts fix(compiler): disable non-components as an entry component (#14335) 2017-02-09 14:45:49 -08:00
ng_module_resolver_mock_spec.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
ng_module_resolver_spec.ts feat(core): properly support inheritance 2016-11-28 14:12:12 -08:00
pipe_resolver_mock_spec.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
pipe_resolver_spec.ts feat(core): properly support inheritance 2016-11-28 14:12:12 -08:00
resource_loader_mock_spec.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
runtime_compiler_spec.ts refactor: rewrite private export using the ɵ prefix 2017-02-21 20:48:55 -08:00
selector_spec.ts refactor: remove unused imports 2017-01-05 11:18:34 -08:00
shadow_css_spec.ts fix(core): fix pseudo-selector shimming (#12754) 2016-11-07 13:56:04 -08:00
spies.ts chore(lint): remove unused imports (#11923) 2016-09-27 17:12:25 -07:00
style_url_resolver_spec.ts fix(compiler): REVERT allow absolute style urls (#14365) 2017-02-10 18:23:58 -06:00
url_resolver_spec.ts refactor(compiler): remove `asset:` urls 2016-11-18 10:04:14 -08:00
util_spec.ts chore(lint): remove unused imports (#11923) 2016-09-27 17:12:25 -07:00