Skip to content

Commit bab9ca8

Browse files
Missing quote and closing button tag
1 parent e9b5397 commit bab9ca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class MySuperComponent {
4444
4545
<input type="checkbox" [(ngModel)]="rememberMe" /> Keep me logged in
4646
47-
<button type="submit>Login</button
47+
<button type="submit">Login</button>
4848
</form>
4949
`
5050
})
@@ -82,4 +82,4 @@ class AdminMenuComponent {
8282
//here happens the magic. `hiddenMenuItems` is always restored from the localStorage when you reload the site
8383
@LocalStorage() public hiddenMenuItems:Array<boolean> = [];
8484
}
85-
```
85+
```

0 commit comments

Comments
 (0)