mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
56238fe94e
BREAKING CHANGE: the compiler option `enableLegacyTemplate` is now disabled by default as the `<template>` element has been deprecated since v4. Use `<ng-template>` instead. The option `enableLegacyTemplate` and the `<template>` element will both be removed in Angular v6. PR Close #18756