Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Update README.md (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiagodotme authored and jfcere committed Oct 31, 2017
1 parent e14a278 commit b85bd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ If you don't want to install a new dependency in your application, you can inclu
```diff
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
+ import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
+ import { NoopAnimationsModule } from '@angular/platform-browser/animations';

import { AppModule } from './app.module';

Expand Down

0 comments on commit b85bd90

Please sign in to comment.