Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ionic-team/starters
Browse files Browse the repository at this point in the history
  • Loading branch information
elylucas committed Aug 13, 2019
2 parents acb23b1 + aa65896 commit 0eaf0b5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions angular/base/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ npm-debug.log*
.versions/
coverage/
www/
dist/
node_modules/
tmp/
temp/
Expand Down
2 changes: 1 addition & 1 deletion angular/base/angular.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "./node_modules/@angular-devkit/core/src/workspace/workspace-schema.json",
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"defaultProject": "app",
"newProjectRoot": "projects",
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions angular/base/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
"es2018",
"dom"
]
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
}
}
1 change: 0 additions & 1 deletion angular/base/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"trailing-comma": false,
"no-output-on-prefix": true,
"no-inputs-metadata-property": true,
"no-inputs-metadata-property": true,
"no-host-metadata-property": true,
"no-input-rename": true,
"no-output-rename": true,
Expand Down

0 comments on commit 0eaf0b5

Please sign in to comment.