Skip to content

Commit

Permalink
Merge pull request #1557 from shanmukhateja/ng-12
Browse files Browse the repository at this point in the history
[Feature] Angular 12 support
  • Loading branch information
l-lin authored May 22, 2021
2 parents e37a422 + f600901 commit c02777e
Show file tree
Hide file tree
Showing 10 changed files with 9,812 additions and 8,312 deletions.
9 changes: 7 additions & 2 deletions demo/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"index": "src/index.html",
"main": "src/main.ts",
"tsConfig": "src/tsconfig.app.json",
"aot": true,
"polyfills": "src/polyfills.ts",
"assets": [
"src/assets",
Expand Down Expand Up @@ -58,7 +57,13 @@
"node_modules/prismjs/plugins/toolbar/prism-toolbar.min.js",
"node_modules/clipboard/dist/clipboard.min.js",
"node_modules/prismjs/plugins/copy-to-clipboard/prism-copy-to-clipboard.min.js"
]
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down
1 change: 0 additions & 1 deletion demo/e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"compileOnSave": false,
"compilerOptions": {
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "commonjs",
"moduleResolution": "node",
Expand Down
Loading

0 comments on commit c02777e

Please sign in to comment.