Commit 190f90e3 authored by El Mghazli Yacine's avatar El Mghazli Yacine

ng update

parent 7f19b945
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"version": 1, "version": 1,
"newProjectRoot": "projects", "newProjectRoot": "projects",
"projects": { "projects": {
"lsdngx": { "ngx": {
"projectType": "application", "projectType": "application",
"schematics": { "schematics": {
"@schematics/angular:application": { "@schematics/angular:application": {
...@@ -77,10 +77,10 @@ ...@@ -77,10 +77,10 @@
"builder": "@angular-devkit/build-angular:dev-server", "builder": "@angular-devkit/build-angular:dev-server",
"configurations": { "configurations": {
"production": { "production": {
"browserTarget": "lsdngx:build:production" "browserTarget": "ngx:build:production"
}, },
"development": { "development": {
"browserTarget": "lsdngx:build:development" "browserTarget": "ngx:build:development"
} }
}, },
"defaultConfiguration": "development" "defaultConfiguration": "development"
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
"extract-i18n": { "extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n", "builder": "@angular-devkit/build-angular:extract-i18n",
"options": { "options": {
"browserTarget": "lsdngx:build" "browserTarget": "ngx:build"
} }
}, },
"lint": { "lint": {
...@@ -103,5 +103,5 @@ ...@@ -103,5 +103,5 @@
} }
} }
}, },
"defaultProject": "lsdngx" "defaultProject": "ngx"
} }
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment