Materialize.toast in angular 2 -
i working on angular 2. have used materialize-css works fine classes problem came materialize toast. configured materialize gulpfile.js need add other js file in gulpfile?
<a class="btn" (click)="materialize.toast('i toast', 4000)">toast!</a>
used console shows error
materialize not defined
this works me. wish knew why - not find documented anywhere.
import { toast } 'angular2-materialize'; ngoninit() { toast("i best toast there is!", 4000); }
Comments
Post a Comment