From 9ea672d9216e0c0befa2d8ccb5bcf42cfbca36cb Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sun, 30 Apr 2017 14:29:44 +0300 Subject: [PATCH] refactor: remove not-needed animations --- lib/app.module.ts | 3 +-- lib/components/SideMenu/side-menu-items.html | 2 +- lib/components/SideMenu/side-menu.ts | 11 ----------- package.json | 1 - tests/spec-bundle.js | 2 -- 5 files changed, 2 insertions(+), 17 deletions(-) diff --git a/lib/app.module.ts b/lib/app.module.ts index 5892f23c..37ee2c5a 100644 --- a/lib/app.module.ts +++ b/lib/app.module.ts @@ -1,12 +1,11 @@ import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; -import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; import { RedocModule } from './redoc.module'; import { Redoc } from './components/index'; @NgModule({ - imports: [ BrowserModule, BrowserAnimationsModule, RedocModule ], + imports: [ BrowserModule, RedocModule ], bootstrap: [ Redoc ], exports: [ Redoc ] }) diff --git a/lib/components/SideMenu/side-menu-items.html b/lib/components/SideMenu/side-menu-items.html index dbbfbb59..8010e404 100644 --- a/lib/components/SideMenu/side-menu-items.html +++ b/lib/components/SideMenu/side-menu-items.html @@ -7,7 +7,7 @@ -