angular/modules/benchmarks/src/old/naive_infinite_scroll
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
..
app.ts refactor(compiler): Drop support for the deprecated <template>. Use <ng-template> instead (#22783) 2018-03-15 14:52:22 -07:00
cells.ts refactor(compiler): Drop support for the deprecated <template>. Use <ng-template> instead (#22783) 2018-03-15 14:52:22 -07:00
common.ts chore(tslint): update tslint to 4.x (#13603) 2016-12-27 14:55:58 -08:00
index.html refactor(benchmarks): make tree benchmark work again 2016-08-29 12:42:57 -07:00
index.ts style: add missing copyright headers 2016-10-31 14:25:53 -07:00
random_data.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
scroll_area.ts refactor(compiler): Drop support for the deprecated <template>. Use <ng-template> instead (#22783) 2018-03-15 14:52:22 -07:00
scroll_item.ts style: add missing copyright headers 2016-10-31 14:25:53 -07:00