I tried installing your library in my Angular 9 Ivy, but got some errors:
ERROR in node_modules/@angular-material-extensions/fab-menu/lib/mat-fab-menu.module.d.ts:1:22 - error NG6002: Appears in the NgModule.imports of SharedModule, but could not be resolved to an NgModule class.
This likely means that the library (@angular-material-extensions/fab-menu) which declares MatFabMenuModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.
1 export declare class MatFabMenuModule {
~~~~~~~~~~~~~~~~
node_modules/@angular-material-extensions/fab-menu/lib/mat-fab-menu.module.d.ts:1:22 - error NG6003: Appears in the NgModule.exports of SharedModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.
This likely means that the library (@angular-material-extensions/fab-menu) which declares MatFabMenuModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.
Hello!
I tried installing your library in my Angular 9 Ivy, but got some errors:
Is your component compatible with Ivy?
Regards.