Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add the import to app.module.ts:

  • Code Block
    import { BrowserAnimationsModule } from '@angular/platform-browser/animations';

    and:

  • add BrowserAnimationsModule to the array of imports in app.module.ts.

...