angular-cn/modules/@angular/compiler/test/template_parser
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
..
binding_parser_spec.ts refactor(compiler): move host properties into DirectiveWrapper 2016-10-26 14:32:24 -07:00
template_parser_spec.ts feat(compiler): Add a `enableLegacyTemplate` option to support `<template>` 2017-02-23 20:03:16 -08:00
template_preparser_spec.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00