mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Fixes #7315 BREAKING CHANGES: Previously multiple template bindings on one element (ex. `<div *ngIf='..' *ngFor='...'>`) were allowed but most of the time were leading to undesired result. It is possible that a small number of applications will see template parse errors that shuld be fixed by nesting elements or using `<template>` tags explicitly. Closes #9462 |
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| testing | ||
| compiler.ts | ||
| core_private.dart | ||
| core_private.ts | ||
| index.ts | ||
| package.json | ||
| private_export.dart | ||
| private_export.ts | ||
| rollup.config.js | ||
| testing.ts | ||
| tsconfig-es5.json | ||
| tsconfig-es2015.json | ||