Skip to content

Commit

Permalink
Merge pull request #66 from ALEX-ANV/master
Browse files Browse the repository at this point in the history
Update angular 12
  • Loading branch information
jannicz authored Feb 5, 2022
2 parents 3e4afde + e8aafcf commit be649a9
Show file tree
Hide file tree
Showing 10 changed files with 4,091 additions and 5,910 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SVG icon sprite component for Angular 11
# SVG icon sprite component for Angular 12

This library provides both a solution for generating SVG sprites and a [module](https://www.npmjs.com/package/ng-svg-icon-sprite) for including them.

Expand Down
12 changes: 10 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@
"styles": [
"src/styles.scss"
],
"scripts": []
"scripts": [],
"aot": false,
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -46,7 +53,8 @@
"vendorChunk": false,
"buildOptimizer": true
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit be649a9

Please sign in to comment.