emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

BrowserAnimationsModule is not defined #14

Closed Mostafa-Rady closed 7 years ago

Mostafa-Rady commented 7 years ago

app.module.ts:65 Uncaught ReferenceError: BrowserAnimationsModule is not defined image

Mostafa-Rady commented 7 years ago

Missing imports that fixed the issue for me import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; import { TranslateModule, TranslateLoader } from "@ngx-translate/core"; import { ToastyModule } from "ng2-toasty"; import { TooltipModule } from 'ngx-bootstrap/tooltip'; import { PopoverModule } from 'ngx-bootstrap'; import { BsDropdownModule } from 'ngx-bootstrap/dropdown'; import { CarouselModule } from 'ngx-bootstrap/carousel'; import { ModalModule } from 'ngx-bootstrap/modal'; import { ChartsModule} from 'ng2-charts'