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

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -