Last active
April 18, 2018 19:30
-
-
Save akoserwal/8ebb88000efaf0e57c7cfc3a8c6b5bb6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ng-template let-group="notificationGroup" let-index="index" | |
| [ngTemplateOutlet]="headingTemplate" | |
| [ngTemplateOutletContext]="{group:notificationGroup, index: index}"> | |
| </ng-template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment