我正在研究角度2.我使用了materialize-css,它适用于类但问题来了materialize toast.我使用gulpfile.js配置了materialize我需要在gulpfile中添加任何其他js文件吗?
materialize toast
<a class="btn" (click)="Materialize.toast('I am a toast', 4000)">Toast!</a>
使用此控制台显示错误 Materialize is not defined
Materialize is not defined
materialize angular
angular ×1
materialize ×1