ng4-shared-module

1.0.0 • Public • Published

do poprawnego działania modułów wymagana jest instalacja następujących modułów.

npm install --save @angular/animations@latest

and at the top of app.module.ts

import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; and then in the @NgModule part of app.module.ts

@NgModule({ declarations: [ ... ], imports: [ ... BrowserAnimationsModule, \ <-include this ], providers: [... ], bootstrap: [...] })

Readme

Keywords

none

Package Sidebar

Install

npm i ng4-shared-module

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • witnpm