-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
discussionIndicates that this issue / PR needs to be discussed in detail before further steps can be takenIndicates that this issue / PR needs to be discussed in detail before further steps can be takentype: featureIndicates a feature or enhancementIndicates a feature or enhancement
Description
Hi Guys,
I wonder if we could do NG selector tags on snotifyService.html method.
like this one.
this.snotifyService.html( <div class="snotifyToast__title" *ngIf="toast.title"> <ng-notifiersomethinghere> </ng-notifiersomethinghere> </div> </div>
, {
timeout: this.timeout,
showProgressBar: this.progressBar,
closeOnClick: this.closeClick,
pauseOnHover: this.pauseHover,
});
for better and cleaner code and component reusability.
Just an inquiry
Thanks,
Jojie Palahang
Metadata
Metadata
Assignees
Labels
discussionIndicates that this issue / PR needs to be discussed in detail before further steps can be takenIndicates that this issue / PR needs to be discussed in detail before further steps can be takentype: featureIndicates a feature or enhancementIndicates a feature or enhancement