Skip to content

Commit 6cb7b9b

Browse files
committed
chore(demos): fix tslint on demo component
1 parent 5cefdd5 commit 6cb7b9b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/demo-app/demo-app.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,14 @@ export class Home {}
3434
providers: [],
3535
templateUrl: 'demo-app/demo-app.html',
3636
styleUrls: ['demo-app/demo-app.css'],
37-
directives: [ROUTER_DIRECTIVES, Dir, MdButton, MD_SIDENAV_DIRECTIVES, MD_LIST_DIRECTIVES, MdToolbar],
37+
directives: [
38+
ROUTER_DIRECTIVES,
39+
Dir,
40+
MdButton,
41+
MD_SIDENAV_DIRECTIVES,
42+
MD_LIST_DIRECTIVES,
43+
MdToolbar,
44+
],
3845
pipes: []
3946
})
4047
@RouteConfig([

0 commit comments

Comments
 (0)