angular/modules/benchmarks/src
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
..
largeform refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
largetable test(ivy): add canonical compiler spec for class/style (#22719) 2018-03-14 12:59:52 -07:00
old refactor(compiler): Drop support for the deprecated <template>. Use <ng-template> instead (#22783) 2018-03-15 14:52:22 -07:00
tree test(ivy): add canonical compiler spec for class/style (#22719) 2018-03-14 12:59:52 -07:00
bootstrap_ng2.ts refactor(animations): support browser animation rendering (#14578) 2017-02-22 15:14:49 -08:00
bootstrap_plain.ts refactor(benchmarks): refactor to support AOT bootstrap in G3 (#12075) 2016-10-04 16:27:45 -07:00
BUILD.bazel build(bazel): fix merge conflict between c4f02e2 and ef956a2 (#21453) 2018-01-10 12:57:14 -08:00
util.ts fix(core): Update types for TypeScript nullability support (#15472) 2017-03-29 09:34:45 -07:00