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

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -