Skip to content

Commit

Permalink
Merge pull request #56 from fredguile/angular5
Browse files Browse the repository at this point in the history
Version 1.6.1 adds compatibility with Angular 5.x and Material 5.x RC
  • Loading branch information
fredguile authored Nov 12, 2017
2 parents 533ee47 + cf7c967 commit 90f42a2
Show file tree
Hide file tree
Showing 19 changed files with 1,401 additions and 675 deletions.
9 changes: 6 additions & 3 deletions demo-app/.angular-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,16 @@
},
"lint": [
{
"project": "src/tsconfig.app.json"
"project": "src/tsconfig.app.json",
"exclude": "**/node_modules/**"
},
{
"project": "src/tsconfig.spec.json"
"project": "src/tsconfig.spec.json",
"exclude": "**/node_modules/**"
},
{
"project": "e2e/tsconfig.e2e.json"
"project": "e2e/tsconfig.e2e.json",
"exclude": "**/node_modules/**"
}
],
"test": {
Expand Down
Loading

0 comments on commit 90f42a2

Please sign in to comment.