Skip to content

Version 9.0.0 (Angular 9)

Compare
Choose a tag to compare
@czeckd czeckd released this 22 Feb 03:27
· 95 commits to master since this release
16ca723

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() ],
  ...
})