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 fb816d0 commit f838719Copy full SHA for f838719
README.md
@@ -45,6 +45,7 @@ The following list describes the compatibility with Angular:
45
| `3.x` | `5.x` |
46
| `4.x` | `6.x` |
47
| `5.x` | `7.x` |
48
+| `6.x` | `8.x` |
49
50
<br>
51
@@ -383,7 +384,7 @@ import { ViewChild } from "@angular/core";
383
384
// ...
385
})
386
export class SomeComponent {
- @ViewChild("customNotification", {static: true}) customNotificationTmpl;
387
+ @ViewChild("customNotification", { static: true }) customNotificationTmpl;
388
389
constructor(private notifierService: NotifierService) {}
390
0 commit comments