We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd95a58 commit 7a2a119Copy full SHA for 7a2a119
CHANGELOG.md
@@ -10,6 +10,14 @@
10
- fix(polyfill): import `web-animations-js`
11
- chore(tslint): remove depracated/undefined rules
12
- chore(tsconfig): set "target" to "es5" / IE11 compatible
13
+
14
+###### breaking changes
15
+- `Angular v8.0.0` (see https://update.angular.io/)
16
+- `@ViewChild` second parameter required
17
+- `BrowserAnimationsModule` required
18
+- routing: lazy loading via dynamic import()
19
20
+###### dependencies update
21
- update: Angular to `v8.0.0`
22
- update: `@angular/animations` to `^8.0.0`
23
- update: `@angular/common` to `^8.0.0`
0 commit comments