Skip to content

Commit

Permalink
✨ feat(ng-web/angular.json): 优化 Angular 配置,简化 polyfills 和 `script…
Browse files Browse the repository at this point in the history
…s` 数组。

✨ feat(`ng-web/package.json`): 添加 `bootstrap-icons` 依赖。
♻️ refactor(`ng-web/package-lock.json`): 更新 `package-lock.json` 以包含 `bootstrap-icons` 依赖。
  • Loading branch information
vnobo committed Oct 12, 2024
1 parent 58d49ba commit c71efe9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ng-web/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
"glob": "**/*",
"input": "./node_modules/@ant-design/icons-angular/src/inline-svg/",
"output": "/assets/"
},
{
"glob": "**/*",
"input": "./node_modules/bootstrap-icons/icons/",
"output": "/assets/"
}
],
"styles": [
Expand Down
17 changes: 17 additions & 0 deletions ng-web/package-lock.json

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

1 change: 1 addition & 0 deletions ng-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@angular/platform-browser-dynamic": "^18.2.0",
"@angular/router": "^18.2.0",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"dayjs": "^1.11.13",
"ng-zorro-antd": "^18.1.1",
"rxjs": "~7.8.0",
Expand Down
Binary file added ng-web/public/assets/th.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c71efe9

Please sign in to comment.