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

Commit 72d7c32

Browse files
authored
Merge pull request #17 from nikeshkamble25/master
Upgrading angular cli and some components
2 parents 93b554f + 8af332f commit 72d7c32

12 files changed

+5340
-2455
lines changed
File renamed without changes.

angular.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"main": "src/main.ts",
1919
"polyfills": "src/polyfills.ts",
2020
"tsConfig": "tsconfig.app.json",
21-
"aot": false,
21+
"aot": true,
2222
"assets": [
2323
"src/favicon.ico",
2424
"src/assets"
@@ -41,7 +41,6 @@
4141
"sourceMap": false,
4242
"extractCss": true,
4343
"namedChunks": false,
44-
"aot": true,
4544
"extractLicenses": true,
4645
"vendorChunk": false,
4746
"buildOptimizer": true,
@@ -120,6 +119,10 @@
120119
}
121120
}
122121
}
123-
}},
124-
"defaultProject": "active-directory-javascript-singlepageapp-angular"
122+
}
123+
},
124+
"defaultProject": "active-directory-javascript-singlepageapp-angular",
125+
"cli": {
126+
"analytics": false
127+
}
125128
}

e2e/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"extends": "../tsconfig.json",
2+
"extends": "../tsconfig.base.json",
33
"compilerOptions": {
44
"outDir": "../out-tsc/e2e",
55
"module": "commonjs",
6-
"target": "es5",
6+
"target": "es2018",
77
"types": [
88
"jasmine",
99
"jasminewd2",

0 commit comments

Comments
 (0)