faq icon indicating copy to clipboard operation
faq copied to clipboard

Not possible to update to Angular 9

Open handihow opened this issue 4 years ago • 3 comments

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

Mention any other details that might be useful

https://github.com/handihow/selfiespel

handihow avatar Apr 04 '20 12:04 handihow

angular v9 is not supported yet for this library!

I will upgrade this soon

AnthonyNahas avatar Apr 08 '20 19:04 AnthonyNahas

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

amv93 avatar May 21 '20 07:05 amv93

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';

odedshr avatar Jun 04 '20 08:06 odedshr