Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefling committed Jul 26, 2022
1 parent cc5333a commit 2e9d340
Show file tree
Hide file tree
Showing 36 changed files with 436 additions and 128,501 deletions.
28 changes: 11 additions & 17 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,7 @@
"styles": [
"src/styles.css"
],
"scripts": [],
"aot": false,
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
"scripts": []
},
"configurations": {
"production": {
Expand All @@ -42,17 +35,18 @@
"with": "src/environments/environment.prod.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
}
},
"defaultConfiguration": ""
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
1 change: 1 addition & 0 deletions dist/ng-select2/112.2f1cceb411daaedd.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/ng-select2/142.8141b32fc0a741ad.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

406 changes: 406 additions & 0 deletions dist/ng-select2/3rdpartylicenses.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/ng-select2/403.d3adefa7b3c06db9.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2e9d340

Please sign in to comment.