Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit c02777e

Browse files
authored
Merge pull request #1557 from shanmukhateja/ng-12
[Feature] Angular 12 support
2 parents e37a422 + f600901 commit c02777e

File tree

10 files changed

+9812
-8312
lines changed

10 files changed

+9812
-8312
lines changed

‎demo/angular.json‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"index": "src/index.html",
1616
"main": "src/main.ts",
1717
"tsConfig": "src/tsconfig.app.json",
18-
"aot": true,
1918
"polyfills": "src/polyfills.ts",
2019
"assets": [
2120
"src/assets",
@@ -58,7 +57,13 @@
5857
"node_modules/prismjs/plugins/toolbar/prism-toolbar.min.js",
5958
"node_modules/clipboard/dist/clipboard.min.js",
6059
"node_modules/prismjs/plugins/copy-to-clipboard/prism-copy-to-clipboard.min.js"
61-
]
60+
],
61+
"vendorChunk": true,
62+
"extractLicenses": false,
63+
"buildOptimizer": false,
64+
"sourceMap": true,
65+
"optimization": false,
66+
"namedChunks": true
6267
},
6368
"configurations": {
6469
"production": {

‎demo/e2e/tsconfig.json‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compileOnSave": false,
33
"compilerOptions": {
44
"declaration": false,
5-
"emitDecoratorMetadata": true,
65
"experimentalDecorators": true,
76
"module": "commonjs",
87
"moduleResolution": "node",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /