Skip to content

Commit

Permalink
Import animations to build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecDusheck committed Nov 15, 2018
1 parent 0508a07 commit c9c8a84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@angular/platform-browser": "^7.0.2",
"@angular/platform-browser-dynamic": "^7.0.2",
"@angular/router": "^7.0.2",
"@types/node": "^10.12.8",
"core-js": "^2.5.4",
"raven-js": "^3.27.0",
"rxjs": "^6.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/app/controllers/login/login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {TokenPayload} from "../../core/models/token-payload";
import {AuthenticationService} from "../../core/services/authentication.service";
import {Router} from "@angular/router";
import {Title} from "@angular/platform-browser";
import {animate, query, stagger, style, transition, trigger, state} from "@angular/animations";

@Component({
selector: 'app-login',
Expand Down

1 comment on commit c9c8a84

@AlecDusheck
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to remove the package I added to package.json. Its not needed.

Please sign in to comment.