updated angular cli
This commit is contained in:
parent
ffa7525ece
commit
00d7c75564
@ -65,10 +65,10 @@
|
|||||||
"builder": "@angular-devkit/build-angular:dev-server",
|
"builder": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "my-portfolio:build:production"
|
"buildTarget": "my-portfolio:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "my-portfolio:build:development"
|
"buildTarget": "my-portfolio:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@ -76,7 +76,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "my-portfolio:build"
|
"buildTarget": "my-portfolio:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
|
|||||||
5537
package-lock.json
generated
5537
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
28
package.json
28
package.json
@ -10,22 +10,22 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^16.1.0",
|
"@angular/animations": "^17.3.3",
|
||||||
"@angular/common": "^16.1.0",
|
"@angular/common": "^17.3.3",
|
||||||
"@angular/compiler": "^16.1.0",
|
"@angular/compiler": "^17.3.3",
|
||||||
"@angular/core": "^16.1.0",
|
"@angular/core": "^17.3.3",
|
||||||
"@angular/forms": "^16.1.0",
|
"@angular/forms": "^17.3.3",
|
||||||
"@angular/platform-browser": "^16.1.0",
|
"@angular/platform-browser": "^17.3.3",
|
||||||
"@angular/platform-browser-dynamic": "^16.1.0",
|
"@angular/platform-browser-dynamic": "^17.3.3",
|
||||||
"@angular/router": "^16.1.0",
|
"@angular/router": "^17.3.3",
|
||||||
"rxjs": "~7.8.0",
|
"rxjs": "~7.8.0",
|
||||||
"tslib": "^2.3.0",
|
"tslib": "^2.3.0",
|
||||||
"zone.js": "~0.13.0"
|
"zone.js": "~0.14.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "^16.1.4",
|
"@angular-devkit/build-angular": "^17.3.3",
|
||||||
"@angular/cli": "~16.1.4",
|
"@angular/cli": "~17.3.3",
|
||||||
"@angular/compiler-cli": "^16.1.0",
|
"@angular/compiler-cli": "^17.3.3",
|
||||||
"@types/jasmine": "~4.3.0",
|
"@types/jasmine": "~4.3.0",
|
||||||
"jasmine-core": "~4.6.0",
|
"jasmine-core": "~4.6.0",
|
||||||
"karma": "~6.4.0",
|
"karma": "~6.4.0",
|
||||||
@ -33,6 +33,6 @@
|
|||||||
"karma-coverage": "~2.2.0",
|
"karma-coverage": "~2.2.0",
|
||||||
"karma-jasmine": "~5.1.0",
|
"karma-jasmine": "~5.1.0",
|
||||||
"karma-jasmine-html-reporter": "~2.1.0",
|
"karma-jasmine-html-reporter": "~2.1.0",
|
||||||
"typescript": "~5.1.3"
|
"typescript": "~5.4.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -427,8 +427,8 @@
|
|||||||
<!-- Terminal -->
|
<!-- Terminal -->
|
||||||
<div class="terminal" [ngSwitch]="selection.value">
|
<div class="terminal" [ngSwitch]="selection.value">
|
||||||
<pre *ngSwitchDefault>ng generate component xyz</pre>
|
<pre *ngSwitchDefault>ng generate component xyz</pre>
|
||||||
<pre *ngSwitchCase="'material'">ng add @angular/material</pre>
|
<pre *ngSwitchCase="'material'">ng add @angular/material</pre>
|
||||||
<pre *ngSwitchCase="'pwa'">ng add @angular/pwa</pre>
|
<pre *ngSwitchCase="'pwa'">ng add @angular/pwa</pre>
|
||||||
<pre *ngSwitchCase="'dependency'">ng add _____</pre>
|
<pre *ngSwitchCase="'dependency'">ng add _____</pre>
|
||||||
<pre *ngSwitchCase="'test'">ng test</pre>
|
<pre *ngSwitchCase="'test'">ng test</pre>
|
||||||
<pre *ngSwitchCase="'build'">ng build</pre>
|
<pre *ngSwitchCase="'build'">ng build</pre>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user