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
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]
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]
Hi AnthonyNahas,
I really want to use this component in my app and I have been waiting since April 20.
Could you atleast provide an ETA? It will be really of great help for me
It can be fixed by updating the imports in node_modules/@angular-material-extensions/faq/esm2015/faq.js
import { MatCardModule } from '@angular/material/card';
import { MatToolbarModule } from '@angular/material/toolbar';
import { MatButtonModule } from '@angular/material/button';
import { MatInputModule } from '@angular/material/input';
import { MatIconModule } from '@angular/material/icon';
import { MatExpansionModule } from '@angular/material/expansion';
Bug Report or Feature Request (mark with an
x
)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
Mention any other details that might be useful
https://github.com/handihow/selfiespel
The text was updated successfully, but these errors were encountered: