You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***compiler:** Allow templates to access variables that are declared afterwards. ([1e8864c](https://github.com/angular/angular/commit/1e8864c)), closes [#8261](https://github.com/angular/angular/issues/8261)
9
+
***core:** properly evaluate expressions with conditional and boolean operators ([1ad2a02](https://github.com/angular/angular/commit/1ad2a02)), closes [#8235](https://github.com/angular/angular/issues/8235)[#8244](https://github.com/angular/angular/issues/8244)[#8282](https://github.com/angular/angular/issues/8282)
10
+
***metadata:** Do not attach module names to metadata. ([d964888](https://github.com/angular/angular/commit/d964888)), closes [#8225](https://github.com/angular/angular/issues/8225)[#8082](https://github.com/angular/angular/issues/8082)[#8256](https://github.com/angular/angular/issues/8256)
11
+
***testing:** allow test component builder to override directives from lists ([ff2ae7a](https://github.com/angular/angular/commit/ff2ae7a)), closes [#7397](https://github.com/angular/angular/issues/7397)[#8217](https://github.com/angular/angular/issues/8217)
12
+
13
+
### Features
14
+
15
+
***compiler:** ElementSchema now has explicit DOM schema information ([d327ac4](https://github.com/angular/angular/commit/d327ac4)), closes [#8179](https://github.com/angular/angular/issues/8179)
16
+
***core:** separate refs from vars. ([d2efac1](https://github.com/angular/angular/commit/d2efac1)), closes [#7158](https://github.com/angular/angular/issues/7158)[#8264](https://github.com/angular/angular/issues/8264)
17
+
18
+
19
+
### BREAKING CHANGES
20
+
21
+
*-`#...` now always means `ref-`.
22
+
-`<template #abc>` now defines a reference to the TemplateRef, instead of an input variable used inside of the template.
23
+
-`#...` inside of a *ngIf, … directives is deprecated.
24
+
Use `let …` instead.
25
+
-`var-...` is deprecated. Replace with `let-...` for `<template>` elements and `ref-` for non `<template>` elements.
0 commit comments