You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,I am Using Latest Version of angular CLI in windows 10 and I have Installed the Materialize css using npm but I'm still getting the Error In the console like this
compiler.js:215 Uncaught Error: Template parse errors:
Can't bind to 'materializeActions' since it isn't a known property of 'div'. ("
][materializeActions]="tapTargetActions">
Title
for this,
I have followed previous issues, I have imported angular2-materialize-css in app.module.ts and again I got another error like this
index.js:4 Uncaught Error: Couldn't find Materialize object on window. It is created by the materialize-css library. Please import materialize-css before importing angular2-materialize.
at Object../node_modules/angular2-materialize/dist/index.js (index.js:4)
at webpack_require (bootstrap:76)
at Object../src/app/app.module.ts (app.component.ts:8)
at webpack_require (bootstrap:76)
at Object../src/main.ts (environment.ts:15)
at webpack_require (bootstrap:76)
at Object.0 (main.ts:14)
at webpack_require (bootstrap:76)
at checkDeferredModules (bootstrap:43)
at Array.webpackJsonpCallback [as push] (bootstrap:30)
./node_modules/angular2-materialize/dist/index.js @ index.js:4 webpack_require @ bootstrap:76
./src/app/app.module.ts @ app.component.ts:8 webpack_require @ bootstrap:76
./src/main.ts @ environment.ts:15 webpack_require @ bootstrap:76
0 @ main.ts:14 webpack_require @ bootstrap:76
checkDeferredModules @ bootstrap:43
webpackJsonpCallback @ bootstrap:30
(anonymous) @ main.js:1
please address anyone for my issues
The text was updated successfully, but these errors were encountered:
Hi ,I am Using Latest Version of angular CLI in windows 10 and I have Installed the Materialize css using npm but I'm still getting the Error In the console like this
compiler.js:215 Uncaught Error: Template parse errors:
Can't bind to 'materializeActions' since it isn't a known property of 'div'. ("
Title
for this,
I have followed previous issues, I have imported angular2-materialize-css in app.module.ts and again I got another error like this
index.js:4 Uncaught Error: Couldn't find Materialize object on window. It is created by the materialize-css library. Please import materialize-css before importing angular2-materialize.
at Object../node_modules/angular2-materialize/dist/index.js (index.js:4)
at webpack_require (bootstrap:76)
at Object../src/app/app.module.ts (app.component.ts:8)
at webpack_require (bootstrap:76)
at Object../src/main.ts (environment.ts:15)
at webpack_require (bootstrap:76)
at Object.0 (main.ts:14)
at webpack_require (bootstrap:76)
at checkDeferredModules (bootstrap:43)
at Array.webpackJsonpCallback [as push] (bootstrap:30)
./node_modules/angular2-materialize/dist/index.js @ index.js:4
webpack_require @ bootstrap:76
./src/app/app.module.ts @ app.component.ts:8
webpack_require @ bootstrap:76
./src/main.ts @ environment.ts:15
webpack_require @ bootstrap:76
0 @ main.ts:14
webpack_require @ bootstrap:76
checkDeferredModules @ bootstrap:43
webpackJsonpCallback @ bootstrap:30
(anonymous) @ main.js:1
please address anyone for my issues
The text was updated successfully, but these errors were encountered: