Skip to content

Commit

Permalink
chore(demos): fix tslint on demo component
Browse files Browse the repository at this point in the history
  • Loading branch information
kara committed Apr 18, 2016
1 parent 5cefdd5 commit 6cb7b9b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/demo-app/demo-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,14 @@ export class Home {}
providers: [],
templateUrl: 'demo-app/demo-app.html',
styleUrls: ['demo-app/demo-app.css'],
directives: [ROUTER_DIRECTIVES, Dir, MdButton, MD_SIDENAV_DIRECTIVES, MD_LIST_DIRECTIVES, MdToolbar],
directives: [
ROUTER_DIRECTIVES,
Dir,
MdButton,
MD_SIDENAV_DIRECTIVES,
MD_LIST_DIRECTIVES,
MdToolbar,
],
pipes: []
})
@RouteConfig([
Expand Down

0 comments on commit 6cb7b9b

Please sign in to comment.