Version 9.0.0 (Angular 9)
Migrate to Angular 9.
BREAKING CHANGE: as of [email protected]
, an explicit call to forRoot() must be made on the module's import. Example:
@NgModule({
imports: [ HttpClientModule, AngularSvgIconModule.forRoot() ],
...
})