Skip to content

Commit f838719

Browse files
authored
docs(README): Add version information to README (#143)
1 parent fb816d0 commit f838719

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ The following list describes the compatibility with Angular:
4545
| `3.x` | `5.x` |
4646
| `4.x` | `6.x` |
4747
| `5.x` | `7.x` |
48+
| `6.x` | `8.x` |
4849

4950
<br>
5051

@@ -383,7 +384,7 @@ import { ViewChild } from "@angular/core";
383384
// ...
384385
})
385386
export class SomeComponent {
386-
@ViewChild("customNotification", {static: true}) customNotificationTmpl;
387+
@ViewChild("customNotification", { static: true }) customNotificationTmpl;
387388

388389
constructor(private notifierService: NotifierService) {}
389390

0 commit comments

Comments
 (0)