Victor Berchet
0ebd577db4
refactor(compiler): Drop support for the deprecated <template>
. Use <ng-template>
instead ( #22783 )
...
BREAKING CHANGE:
The `<template>` tag was deprecated in Angular v4 to avoid collisions (i.e. when
using Web Components).
This commit removes support for `<template>`. `<ng-template>` should be used
instead.
BEFORE:
<!-- html template -->
<template>some template content</template>
# tsconfig.json
{
# ...
"angularCompilerOptions": {
# ...
# This option is no more supported and will have no effect
"enableLegacyTemplate": [true|false]
}
}
AFTER:
<!-- html template -->
<ng-template>some template content</ng-template>
PR Close #22783
2018-03-15 14:52:22 -07:00
..
2018-02-01 08:31:20 -08:00
2018-02-22 16:07:53 -08:00
2018-03-15 14:52:22 -07:00
2018-02-09 13:05:16 -08:00
2018-03-15 14:48:35 -07:00
2018-03-15 14:48:35 -07:00
2018-03-15 14:48:35 -07:00
2018-03-15 14:48:35 -07:00
2018-03-15 14:48:35 -07:00
2018-01-10 16:26:46 -08:00
2018-01-18 18:22:20 -06:00
2018-02-22 16:07:53 -08:00
2018-02-26 13:40:23 -08:00
2018-02-20 16:08:15 -08:00
2018-03-05 10:13:16 -08:00
2017-11-14 10:00:46 -08:00
2018-01-25 13:38:12 -08:00
2017-11-14 10:00:28 -08:00
2017-11-14 10:00:28 -08:00
2018-01-10 16:26:46 -08:00
2018-02-22 13:40:57 -08:00
2017-11-14 10:00:13 -08:00
2018-02-02 07:49:32 -08:00
2018-02-28 10:46:37 -08:00
2018-01-17 07:20:17 -08:00
2018-02-09 13:03:47 -08:00
2018-02-09 13:03:47 -08:00
2018-02-07 12:01:12 -08:00
2018-01-23 21:30:27 -08:00
2018-01-18 18:22:20 -06:00
2018-02-14 15:02:36 -05:00
2017-05-26 13:28:06 -06:00
2018-02-09 13:10:23 -08:00
2018-02-26 17:51:58 -08:00
2018-02-07 12:09:00 -08:00
2018-01-18 18:22:20 -06:00
2018-02-21 14:51:04 -08:00
2018-01-18 18:22:20 -06:00
2018-01-18 18:22:20 -06:00
2018-01-29 11:34:46 -08:00
2018-02-22 11:20:47 -08:00
2018-02-09 13:03:47 -08:00
2017-11-14 10:00:39 -08:00
2018-02-27 11:24:31 -08:00
2018-02-27 11:24:31 -08:00
2018-02-12 10:01:10 -08:00
2018-02-27 11:24:31 -08:00
2018-02-09 13:03:47 -08:00
2018-03-06 09:41:53 -08:00
2018-03-08 10:58:42 -08:00
2018-01-23 21:30:27 -08:00
2018-02-27 11:24:31 -08:00
2018-01-23 21:30:27 -08:00
2018-01-18 18:22:09 -06:00
2018-01-18 18:22:09 -06:00
2018-01-31 10:25:14 -08:00
2018-01-18 18:22:09 -06:00
2018-01-18 18:22:09 -06:00
2018-01-23 21:30:27 -08:00
2018-01-23 21:30:27 -08:00
2018-02-02 07:51:46 -08:00
2018-01-18 18:22:20 -06:00
2018-01-18 18:22:20 -06:00
2018-01-29 11:34:46 -08:00
2018-02-22 11:20:21 -08:00
2018-01-12 14:37:26 -08:00
2018-02-27 11:24:31 -08:00
2018-03-14 10:21:41 -07:00
2018-02-02 07:51:46 -08:00
2018-03-06 15:03:54 -08:00
2018-01-29 11:34:46 -08:00
2017-05-26 13:28:06 -06:00
2017-07-03 08:12:28 +01:00
2017-05-26 13:28:06 -06:00