Browse Source
Merge pull request #18603 from abpframework/masum/update-templates
AngularUI: update templates
pull/18604/head
Sinan Öztürk
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
11 additions and
11 deletions
-
templates/app-nolayers/angular/angular.json
-
templates/app-nolayers/angular/package.json
-
templates/app/angular/angular.json
-
templates/app/angular/package.json
-
templates/module/angular/angular.json
|
|
|
@ -147,10 +147,10 @@ |
|
|
|
"builder": "@angular-devkit/build-angular:dev-server", |
|
|
|
"configurations": { |
|
|
|
"production": { |
|
|
|
"browserTarget": "MyProjectName:build:production" |
|
|
|
"buildTarget": "MyProjectName:build:production" |
|
|
|
}, |
|
|
|
"development": { |
|
|
|
"browserTarget": "MyProjectName:build:development" |
|
|
|
"buildTarget": "MyProjectName:build:development" |
|
|
|
} |
|
|
|
}, |
|
|
|
"defaultConfiguration": "development" |
|
|
|
@ -158,7 +158,7 @@ |
|
|
|
"extract-i18n": { |
|
|
|
"builder": "@angular-devkit/build-angular:extract-i18n", |
|
|
|
"options": { |
|
|
|
"browserTarget": "MyProjectName:build" |
|
|
|
"buildTarget": "MyProjectName:build" |
|
|
|
} |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
|
|
|
|
@ -20,7 +20,7 @@ |
|
|
|
"@abp/ng.setting-management": "~8.0.0", |
|
|
|
"@abp/ng.tenant-management": "~8.0.0", |
|
|
|
"@abp/ng.theme.shared": "~8.0.0", |
|
|
|
"@abp/ng.theme.lepton-x": "~3.0.0-rc.1", |
|
|
|
"@abp/ng.theme.lepton-x": "~3.0.0", |
|
|
|
"@angular/animations": "~17.0.0", |
|
|
|
"@angular/common": "~17.0.0", |
|
|
|
"@angular/compiler": "~17.0.0", |
|
|
|
|
|
|
|
@ -147,10 +147,10 @@ |
|
|
|
"builder": "@angular-devkit/build-angular:dev-server", |
|
|
|
"configurations": { |
|
|
|
"production": { |
|
|
|
"browserTarget": "MyProjectName:build:production" |
|
|
|
"buildTarget": "MyProjectName:build:production" |
|
|
|
}, |
|
|
|
"development": { |
|
|
|
"browserTarget": "MyProjectName:build:development" |
|
|
|
"buildTarget": "MyProjectName:build:development" |
|
|
|
} |
|
|
|
}, |
|
|
|
"defaultConfiguration": "development" |
|
|
|
@ -158,7 +158,7 @@ |
|
|
|
"extract-i18n": { |
|
|
|
"builder": "@angular-devkit/build-angular:extract-i18n", |
|
|
|
"options": { |
|
|
|
"browserTarget": "MyProjectName:build" |
|
|
|
"buildTarget": "MyProjectName:build" |
|
|
|
} |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
|
|
|
|
@ -19,7 +19,7 @@ |
|
|
|
"@abp/ng.oauth": "~8.0.0", |
|
|
|
"@abp/ng.setting-management": "~8.0.0", |
|
|
|
"@abp/ng.tenant-management": "~8.0.0", |
|
|
|
"@abp/ng.theme.lepton-x": "~3.0.0-rc.1", |
|
|
|
"@abp/ng.theme.lepton-x": "~3.0.0", |
|
|
|
"@abp/ng.theme.shared": "~8.0.0", |
|
|
|
"@angular/animations": "~17.0.0", |
|
|
|
"@angular/common": "~17.0.0", |
|
|
|
|
|
|
|
@ -145,10 +145,10 @@ |
|
|
|
"builder": "@angular-devkit/build-angular:dev-server", |
|
|
|
"configurations": { |
|
|
|
"production": { |
|
|
|
"browserTarget": "dev-app:build:production" |
|
|
|
"buildTarget": "dev-app:build:production" |
|
|
|
}, |
|
|
|
"development": { |
|
|
|
"browserTarget": "dev-app:build:development" |
|
|
|
"buildTarget": "dev-app:build:development" |
|
|
|
} |
|
|
|
}, |
|
|
|
"defaultConfiguration": "development" |
|
|
|
@ -156,7 +156,7 @@ |
|
|
|
"extract-i18n": { |
|
|
|
"builder": "@angular-devkit/build-angular:extract-i18n", |
|
|
|
"options": { |
|
|
|
"browserTarget": "dev-app:build" |
|
|
|
"buildTarget": "dev-app:build" |
|
|
|
} |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
|