mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-20 15:04:07 +01:00
feat(angular): update demo to angular 15
This commit is contained in:
parent
d8f2780bf8
commit
37adf4ca69
18 changed files with 5413 additions and 1482 deletions
|
|
@ -15,6 +15,7 @@
|
|||
"gulp": "gulp",
|
||||
"conventional-changelog": "conventional-changelog",
|
||||
"start": "ng serve",
|
||||
"start:admin": "npm start -- ngx-admin-demo",
|
||||
"build": "ng build ngx-admin-demo",
|
||||
"build:prod": "npm run build -- --configuration production --aot",
|
||||
"build:demo:prod": "npm run build -- --configuration production --aot --base-href /ngx-admin/",
|
||||
|
|
@ -112,10 +113,8 @@
|
|||
"@typescript-eslint/parser": "^5.43.0",
|
||||
"codelyzer": "^6.0.2",
|
||||
"angular-cli-ghpages": "^0.6.2",
|
||||
"codelyzer": "^6.0.2",
|
||||
"conventional-changelog-cli": "1.3.4",
|
||||
"doc-prsr": "2.2.0",
|
||||
"eslint": "^8.23.0",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-rename": "1.4.0",
|
||||
"gulp-replace": "1.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue