feat(angular): update demo to angular 15

This commit is contained in:
d.strigo 2023-10-29 18:21:50 +01:00
parent d8f2780bf8
commit 37adf4ca69
18 changed files with 5413 additions and 1482 deletions

View file

@ -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",