Skip to content

Commit

Permalink
chore(): missing closing tags on example code on notifications page #759
Browse files Browse the repository at this point in the history
 (#1055)

Added missing closing tags for mat-icon tag.
  • Loading branch information
viccsjain authored and emoralesb05 committed Dec 28, 2017
1 parent 8b4cb18 commit 014343b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platform/core/notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ Example for HTML count usage:

```html
<td-notification-count positionX="after" positionY="top" [notifications]="1">
<mat-icon>notifications<mat-icon>
<mat-icon>notifications</mat-icon>
</td-notification-count>
```

Example for HTML no count usage:

```html
<td-notification-count positionX="after" positionY="top" [notifications]="true">
<mat-icon>notifications<mat-icon>
<mat-icon>notifications</mat-icon>
</td-notification-count>
```

Expand Down

0 comments on commit 014343b

Please sign in to comment.