Skip to content

Commit

Permalink
docs(README): Add version information to README (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominique-mueller authored Oct 20, 2019
1 parent fb816d0 commit f838719
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

<br>

Expand Down Expand Up @@ -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) {}

Expand Down

0 comments on commit f838719

Please sign in to comment.