You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The notification service accept temlate refrence, if it could accept embeded viewreference we could do it like this.notificationService.success (this.example.createEmbededView ({name: 'joe'}))
with out context the template view is almost useless cos it only displays same content for every notification
The text was updated successfully, but these errors were encountered:
My bad.... there is a better pull request #274 just for that! when is it going to be merged? since the PR is 9 commits behind am using my own fork just for this. please merge it soon,
how are we suppose to pass context to template.
<ng-template #example let-name>
Hello {{name}}
The notification service accept temlate refrence, if it could accept embeded viewreference we could do it like this.notificationService.success (this.example.createEmbededView ({name: 'joe'}))
with out context the template view is almost useless cos it only displays same content for every notification
The text was updated successfully, but these errors were encountered: