Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17 from nikeshkamble25/master
Browse files Browse the repository at this point in the history
Upgrading angular cli and some components
  • Loading branch information
derisen authored Jul 8, 2020
2 parents 93b554f + 8af332f commit 72d7c32
Show file tree
Hide file tree
Showing 12 changed files with 5,340 additions and 2,455 deletions.
File renamed without changes.
11 changes: 7 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": false,
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -41,7 +41,6 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand Down Expand Up @@ -120,6 +119,10 @@
}
}
}
}},
"defaultProject": "active-directory-javascript-singlepageapp-angular"
}
},
"defaultProject": "active-directory-javascript-singlepageapp-angular",
"cli": {
"analytics": false
}
}
4 changes: 2 additions & 2 deletions e2e/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig.json",
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es5",
"target": "es2018",
"types": [
"jasmine",
"jasminewd2",
Expand Down
Loading

0 comments on commit 72d7c32

Please sign in to comment.