Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-animations

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-animations - npm Package Compare versions

Comparing version 0.0.0-alpha to 0.0.0-alpha.0

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc