angular-animations
Advanced tools
Comparing version 0.0.0-alpha to 0.0.0-alpha.0
{ | ||
"name": "angular-animations", | ||
"version": "0.0.0-alpha", | ||
"version": "0.0.0-alpha.0", | ||
"description": "Angular Animations Utilities", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,17 +0,15 @@ | ||
# angular-animations | ||
# Angular-Animations | ||
Angular Animations utility library for Angular 4.2+ | ||
## Getting started | ||
## Prerequisites | ||
Install package and dependencies | ||
Make sure you import BrowserAnimationModule in your angular app. | ||
```bash | ||
npm i angular-animations --save | ||
npm i @angular/animations@latest --save | ||
``` | ||
``` | ||
Import "BrowserAnimationsModule" from "@angular/platform-browser/animations" in your root NgModule | ||
Import `BrowserAnimationsModule` from `@angular/platform-browser/animations` in your root NgModule | ||
```ts | ||
```ts | ||
import { BrowserAnimationsModule } from '@angular/platform-browser/animations' | ||
@@ -33,2 +31,13 @@ ``` | ||
## Installation and Usage | ||
```bash | ||
npm i angular-animations --save | ||
``` | ||
### Basic usage | ||
- to do | ||
## Running Demo App | ||
@@ -41,3 +50,2 @@ | ||
## Authors | ||
@@ -44,0 +52,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19778
55