-
-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Bug Report or Feature Request (mark with an x
)
- [ x] bug report -> please search issues before submitting
- [ ] feature request
OS and Version?
Versions
Angular 9.1
Repro steps
Update to angular 9 then run ng serve
The log given by the failure
Error: Failed to compile entry-point @angular-material-extensions/faq (module as esm5) due to compilation errors:
node_modules/@angular-material-extensions/faq/esm5/faq.es5.js:103:30 - error NG1010: Value at position 4 in the NgModule.imports of MatFaqModule is not a reference: [object Object]
103 imports: [
~
104 CommonModule,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
113 MatExpansionModule
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
114 ],
~~~~~~~~~~~~~~~~~~~~~
Error: Failed to compile entry-point @angular-material-extensions/contacts (module as esm5) due to compilation errors:
node_modules/@angular-material-extensions/contacts/esm5/contacts.es5.js:433:30 - error NG1010: Value at position 4 in the NgModule.imports of MatContactsModule is not a reference: [object Object]
433 imports: [
~
434 CommonModule,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
452 AvatarModule
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
453 ],
~~~~~~~~~~~~~~~~~~~~~
Desired functionality
would like to use this component in my app as before