InfomediaLtd/angular2-materialize

Toaster Event Issue

AKGP opened this issue · 1 comments

AKGP commented

How to customize the 'toast' event emitted in angular2materialize.

Have you tried importing directly from materializecss in your component?

import { toast } from 'materialize-css';

Then use it by saying

public sendToast(){
   toast('I am a funny toast! ', 4500);
}