diff --git a/README.md b/README.md index 0ab5e033..aa290793 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ The following list describes the compatibility with Angular: | `3.x` | `5.x` | | `4.x` | `6.x` | | `5.x` | `7.x` | +| `6.x` | `8.x` |
@@ -383,7 +384,7 @@ import { ViewChild } from "@angular/core"; // ... }) export class SomeComponent { - @ViewChild("customNotification", {static: true}) customNotificationTmpl; + @ViewChild("customNotification", { static: true }) customNotificationTmpl; constructor(private notifierService: NotifierService) {}