Skip to content

Commit 5038ede

Browse files
Loic-frGwenouLoïc BURELOUXIksvihiiFOLIOT Kevin
authored
Release/v3.10.0 (#156)
* comment * switch First and Last name in directory search. * Unused matomo.js * Switch to Project * Update and rename BIAConstants.cs to BiaConstants.cs * Rename lowercase (#95) * Rename BIARights.cs to BiaRights.cs * Update BiaRights.cs * Rename BIATeamConfig.cs to BiaTeamConfig.cs * Rename BIADistributedCache.cs to BiaDistributedCache.cs * Rename BIAHybridCache.cs to BiaHybridCache.cs * Update and rename BIALocalCache.cs to BiaLocalCache.cs * Rename IBIADistributedCache.cs to IBiaDistributedCache.cs * Rename IBIALocalCache.cs to IBiaLocalCache.cs * Rename IBIAHybridCache.cs to IBiaHybridCache.cs * Rename BIAIocContainer.cs to BiaIocContainer.cs * Rename BIADataContext.cs to BiaDataContext.cs * Update and rename BIADtoClassAttribute.cs to BiaDtoClassAttribute.cs * Update and rename BIADtoFieldAttribute.cs to BiaDtoFieldAttribute.cs * Rename BIAClaimsPrincipal.cs to BiaClaimsPrincipal.cs * Rename BIADictionary.cs to BiaDictionary.cs * add given name and family name in token when additional infos are available (#98) Co-authored-by: Loïc BURELOUX <[email protected]> * add ngsw-worker.js in assets to get the default behavior when serviceworker is disabled (#97) Co-authored-by: Loïc BURELOUX <[email protected]> * Do not handle 401 error when server failed connection (#99) Co-authored-by: FOLIOT Kevin <[email protected]> * Remove UserProfile unused files (#100) * Delete back end files * Remove actions related to UserProfile in front end --------- Co-authored-by: FOLIOT Kevin <[email protected]> * Adapt code to Checkmarx vulnerabilites scan (#101) * Sanitize search filter before performing LDAP query * Fix async method and improve specification builder * Set HttpOnly to always and add MinimumSTatePolicy to strict * Do not save AuthInfo data into local storage --------- Co-authored-by: FOLIOT Kevin <[email protected]> * Fix delete site issue (#103) * Exposes canSelectMultipleElements parameter for bia-table to select single or multiple row with checkboxes or radiobuttons * Enable single selection mode for Sites table * Change current team id on selection change for sites * Reset table selection when single selection enabled * FIx UI issues * Always display delete button for sites, disabled it on permissions * Always display member button for sites, disabled it on permissions * Fix issue * Relogin when site deleted * Revert bianetconfig.json edits * Always display delete button in bia table header, disabled it on permissions * Relogin after site creation * Fix bia table components to reset selection on single mode selection * PR fix : complete ng-template * PR fix : private to protected injection * Revert parameter order * PR fix : private to protected property --------- Co-authored-by: FOLIOT Kevin <[email protected]> * Fix filter empty/not empty (#104) * Improve generic type expression * Fix generic argument type of expression body * Fix header names * Renaming * Renaming * Fix renaming * Handle string empty cases --------- Co-authored-by: FOLIOT Kevin <[email protected]> * remove warning "Make Static methode" * Fix advanced filters not applied in CSV export (#105) * Transmit advanced filters when exporting to csv * Add specification with advanced filter handler when exporting CSV for sites --------- Co-authored-by: FOLIOT Kevin <[email protected]> * Change access level private to protected in BIA front files (#107) * Change private access level to protected * Revert modifications for AppComponent --------- Co-authored-by: FOLIOT Kevin <[email protected]> * Add method CSVDateTimeSeconds to BaseMapper (#108) Co-authored-by: FOLIOT Kevin <[email protected]> * in calcmode : leave edit mode when clicking outside grid or pressing escape (#102) Co-authored-by: Loïc BURELOUX <[email protected]> Co-authored-by: Gwen <[email protected]> * Handle all field's types into plane crud (#109) * Add new columns to Plane model * Update Plane DTO and Mapper * Update plane dto and fields configuration * Add trads for new plane's properties * Fix validators * Fix mapper * Display required star on bia form input checkbox when needed --------- Co-authored-by: FOLIOT Kevin <[email protected]> * Set CurrentAirportId as required for Plane entity and set cascade behavior to restrict (#110) * Set CurrentAirportId as required for plane entity * Fix DTO and front configuration to set airports data as required --------- Co-authored-by: FOLIOT Kevin <[email protected]> * Simplify Plane entities models and builders (#111) * Remove useless collections from models * Simplify Plane mode builder --------- Co-authored-by: FOLIOT Kevin <[email protected]> * fix deprecated in biademo * Fix selection of line in calmode to not reload component if token changes and fix footer when initial loading (#113) Co-authored-by: Loïc BURELOUX <[email protected]> * Configure vscode to organize imports on format (#114) Co-authored-by: Loïc BURELOUX <[email protected]> * Activate default immutability of ngrx store (#115) Co-authored-by: Loïc BURELOUX <[email protected]> * Fix some runtime errors on BIADemo (#116) Co-authored-by: Loïc BURELOUX <[email protected]> * Add LogHelper class to BiaDemo (#117) Co-authored-by: Loïc BURELOUX <[email protected]> * Add an extension class with a DeepCopy function in Bia.Net.Core.Common (#118) Co-authored-by: Loïc BURELOUX <[email protected]> * api project * Move bia controllers * Improve front user exception handling (#121) * Adding new FrontUsrException class and associated keys * Improve exception handler to handle FrontUserException * Adding ExceptionHelper to get error message based on message key * Add new keys * Using Microsoft.Data.SqlClient instead of System.Data.SqlClient into concerned projects * Raise FrontUserExceptions from BiaDataContext * Execute service's actions with front user exception handling * Improve raise of front user exception * Improve exception handler formating * Edit keys and error values * Improve the RollbackChanges method * Log when exception is handled * Set inner exception * Change method scope --------- Co-authored-by: FOLIOT Kevin <[email protected]> * Show controllers and methods comments in swagger api (#122) Co-authored-by: Loïc BURELOUX <[email protected]> * Improve perf LdapFromWinIdentity * Move RegisterServicesFromAssembly in BiaIocContainer * LdapFromWinIdentity by sid * Track creat and delete Context * New RoleType ClaimsToRole * RegisterServicesFromAssembly Domain Transient * fix ng lint error * Add release DefineConstants * update framework version * Remove unused parameters for escape event (#124) Co-authored-by: Loïc BURELOUX <[email protected]> * Be able to use Database Handler without SQL Broker (#123) * Create and use IDatabaseHandlerRepository * Keep Microsoft.Extensions.Logging outside conditionnal IF instruction * Adding local reference to BIA.Net.Core.Infrastructure * Creating new PollingDatabaseHandlerRepository * Create Site and Airport handler services * Using new PollingDatabaseHandlerServices * Improve DI logic * Removing useless dev * Write new methods to use polling for database handler repositories * Fix parameters and comments * Do not raise event if sql read change request do not return anything * Distinct compatible actions with sql server and pgsql server * Improve code clarity and memory management * Use single DbConnection when polling * Simplify DI and complete comments * Add airport database handler example using polling * Clean files * Retrieve previous and current values when handle changed data (broker and pollin mode) * Clean code * Improve code * Code clean * Use appsettings config to use SQL data broker mode * Code cleanup --------- Co-authored-by: FOLIOT Kevin <[email protected]> * Deletion of NotificationRepository (#125) Moving NotificationDomainService to NotificationAppService in Application layer instead of Domain Renaming INotification to IMailRepository Co-authored-by: Loïc BURELOUX <[email protected]> * Move services from domain to application layer (#126) Remove unused imports and sort imports Fix some comments warnings Move UserContext from Domain.Service to Domain.User namespace Co-authored-by: Loïc BURELOUX <[email protected]> * Fix plane full code add action disapears when refresh (#127) Co-authored-by: FOLIOT Kevin <[email protected]> * Revert "Move services from domain to application layer (#126)" (#128) This reverts commit 21d1770. Co-authored-by: Loïc BURELOUX <[email protected]> * correct TeamTypeRightPrefix spelling * ortho * Creating a NotificationAppService (#129) Changing NotificationDomainService to use FilterService instead of crud Removing NotificationRepository Co-authored-by: Loïc BURELOUX <[email protected]> * Modify BIADemo to generate teams with BIAToolKit (#131) * Configure BIAToolKit.json for front and back to generate a team based on MaintenanceTeam * Adding BIAToolKit partial areas * Add BiaToolKit.json to solution view * Fix BiaToolKit.json and elements to generate * Adding IsActive property to MaintenanceTeam * Using AncestorTeam markers * Clean and harmonize BIAToolKit jsons * Update Parents field into BIAToolKit.json * Fix description * Update JSON * Add nested marker * Add code property to maintenance team model * Update markers area * Use radiobutton instead of checkbox for aircraft maintenance tables * Update roles and markers areas * Add example properties to MaintenanceTeams * Add country options and handle them into maintenance team + update translations * Update new files to exclude when generating BIATemplate * Add BIADemo markers to maintenance team front files * Update begin markers for options * Update dropdown team on select and delete * Add TeamCOnfig to partial files for team * Update the TODO instructions * Fix template TeamConfig * Addin AllEnvironment partial markers for team * Ignore parent/no parent nested partial markers * Fix BIA markers * Use AncestorTeam instead of Parent marker * Change import order * PR fixes --------- Co-authored-by: FOLIOT Kevin <[email protected]> * Example for modification of the list of engine while modifying or adding the plane (#130) Co-authored-by: Loïc BURELOUX <[email protected]> * upgrade to angular 17 and last primeng version (#132) Co-authored-by: Loïc BURELOUX <[email protected]> * fix exception thrown on signalr when request is closed and connection disposed (#133) Co-authored-by: Loïc BURELOUX <[email protected]> * Fix includes for mappers MaintenanceTeam and Plane (#134) Co-authored-by: FOLIOT Kevin <[email protected]> * Reducing the quantity of code to implent the embedded objects modific… (#136) * Reducing the quantity of code to implent the embedded objects modification * Update dotnet.yml --------- Co-authored-by: Loïc BURELOUX <[email protected]> * Add comment in IocContainer for RegisterServicesFromAssembly * Update primeng style for v17 (#137) Co-authored-by: Loïc BURELOUX <[email protected]> * NuGet package updated * Cleaning code + fixing errors with #define variables (#138) Co-authored-by: Loïc BURELOUX <[email protected]> * Additional dev to generate team (#139) * Update BIAToolKit.json * Delete teams with TeamTypeId MaintenanceTeam when applying migration * Fix migration * Fix syntax for includes mappers * Add new markers area * Clean option features from BIAToolKit json --------- Co-authored-by: FOLIOT Kevin <[email protected]> * fix bugs after activating ngrx immutability (#140) Co-authored-by: Loïc BURELOUX <[email protected]> * Fix primeng style by adding @layer primeng in every overwrites (#142) Co-authored-by: Loïc BURELOUX <[email protected]> * activating strict templates (#141) Co-authored-by: Loïc BURELOUX <[email protected]> * deactivate too restrictive action immutability (#143) Co-authored-by: Loïc BURELOUX <[email protected]> * Generate CRUD with parent (#144) * Edit templates and BIAToolKit.json * Remove content between markers BIADemo and Partial in complete files to add to ZIP archives * Update Engine model * Update markers area and BiaToolKit.json * Fix marker area issue * Add property NeedParent in BIAToolKit.json for crud with parent features * Change marker area * Add new option Part for engines * Missing BIADEmo only marker --------- Co-authored-by: FOLIOT Kevin <[email protected]> * ServiceApiRw * NuGet updated * eslint naming-convention => warn to error * Correct Migration * Fix warnings (#145) * Fix all back-end warnings * Missing fix --------- Co-authored-by: FOLIOT Kevin <[email protected]> * Reset identity for planes and engines to 1 instead of 0 (#146) Co-authored-by: FOLIOT Kevin <[email protected]> * Update angular dependencies before publication of 3.10 (#147) Co-authored-by: Loïc BURELOUX <[email protected]> * fix engines bug when plane is not yet loaded (#148) Co-authored-by: Loïc BURELOUX <[email protected]> * Fix style url for relative path (#149) Co-authored-by: Loïc BURELOUX <[email protected]> * Fix error when element of form in undefined (new form) (#150) Co-authored-by: Loïc BURELOUX <[email protected]> * Extends entity to dto mapper (#151) * Create method to combine two mapping expressions * Inherits from TTeamMapper and use new extension method to combine mapping expressions * Avoid null ref exception * Remove check condition for parameter name of expressions * Change MapperHelper to MapperExtensions --------- Co-authored-by: FOLIOT Kevin <[email protected]> * Use engine mapper to map engines dto (#152) Co-authored-by: FOLIOT Kevin <[email protected]> * Fix PlaneSpecificMapper.EntityToDto * CredentialSource * NuGet updated * update version (#153) Co-authored-by: Loïc BURELOUX <[email protected]> * RequireClaim in Role * need a List instead of an array (#154) Co-authored-by: Loïc BURELOUX <[email protected]> * publication package creation for nuget (#155) Co-authored-by: Loïc BURELOUX <[email protected]> * Fix tests error --------- Co-authored-by: Gwenael Fillon <[email protected]> Co-authored-by: Loïc BURELOUX <[email protected]> Co-authored-by: Iksvihii <[email protected]> Co-authored-by: FOLIOT Kevin <[email protected]> Co-authored-by: JeremieFR <[email protected]> Co-authored-by: Jeremie SOUQUES <[email protected]>
1 parent b289cf7 commit 5038ede

File tree

534 files changed

+54783
-32220
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

534 files changed

+54783
-32220
lines changed

.bia/BiaToolKit_FeatureSetting.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
[
2+
{
3+
"Id": 1,
4+
"DisplayName": "FrontEnd",
5+
"Description": "Add the Angular project. On the back end, add the features User, Member, Role, Team, Notification, Translation, Log, Audit",
6+
"IsSelected": true,
7+
"Tags": [
8+
"BIA_FRONT_FEATURE"
9+
],
10+
"FoldersToExcludes": [
11+
".*Angular.*$"
12+
]
13+
},
14+
{
15+
"Id": 2,
16+
"DisplayName": "BackToBackAuth",
17+
"Description": "Add an authentication system for backend to backend exchange",
18+
"IsSelected": true,
19+
"Tags": [
20+
"BIA_BACK_TO_BACK_AUTH"
21+
]
22+
},
23+
{
24+
"Id": 3,
25+
"DisplayName": "DeployDb",
26+
"Description": "Add the project allowing the deployment of the database",
27+
"IsSelected": true,
28+
"FoldersToExcludes": [
29+
".*DeployDB$"
30+
]
31+
},
32+
{
33+
"Id": 4,
34+
"DisplayName": "WorkerService",
35+
"Description": "Add the WorkerService project with Hangfire",
36+
"IsSelected": true,
37+
"FoldersToExcludes": [
38+
".*WorkerService$"
39+
]
40+
}
41+
]

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 6.0.x
19+
dotnet-version: 8.0.x
2020
- name: Restore dependencies
2121
run: dotnet restore
2222
working-directory: DotNet

Angular/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@typescript-eslint/no-namespace": "off",
2222
"@typescript-eslint/no-explicit-any": "off",
2323
"@typescript-eslint/no-unused-vars": "error",
24-
"@typescript-eslint/naming-convention": "warn",
24+
"@typescript-eslint/naming-convention": "error",
2525
"@angular-eslint/directive-selector": [
2626
"error",
2727
{

Angular/.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"typescript.tsdk": "node_modules\\typescript\\lib",
33
"editor.defaultFormatter": "esbenp.prettier-vscode",
44
"editor.formatOnSave": true,
5+
"editor.codeActionsOnSave": {
6+
"source.organizeImports": "explicit"
7+
},
58
"i18nJsonEditor.workspaceFolders": [
69
{ "name": "app", "path": "./src/assets/i18n/app" }
710
],

Angular/BIAToolKit.json

Lines changed: 104 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[
22
{
3-
"Feature": "planes",
3+
"Feature": "CRUD",
44
"Type": "CRUD",
55
"FeatureName": "Plane",
66
"FeatureNamePlural": "Planes",
7-
"ZipName": "feature-planes.zip",
7+
"ZipName": "crud.zip",
88
"Contains": {
99
"Include": ["src\\app\\features\\planes\\*"],
1010
"Exclude": ["src\\app\\features\\planes\\children\\engines\\*"]
@@ -18,26 +18,68 @@
1818
]
1919
},
2020
{
21-
"Feature": "planes-full-code",
21+
"Feature": "CRUD (with parent)",
2222
"Type": "CRUD",
23-
"FeatureName": "Plane",
24-
"FeatureNamePlural": "Planes",
25-
"ZipName": "feature-planes-full-code.zip",
23+
"FeatureName": "Engine",
24+
"FeatureNamePlural": "Engines",
25+
"ZipName": "crud-parent.zip",
2626
"Contains": {
27-
"Include": ["src\\app\\features\\planes-full-code\\*"],
27+
"Include": ["src\\app\\features\\planes\\children\\engines\\*"],
2828
"Exclude": []
2929
},
30+
"NeedParent": "true",
31+
"Parents": [
32+
{
33+
"Name": "Plane",
34+
"NamePlural": "Planes",
35+
"IsPrincipal": "true",
36+
"AdaptPaths": [
37+
{
38+
"RootPath": "src\\app\\features\\",
39+
"InitialDeepLevel": 1,
40+
"DeepLevelIdentifier": "children",
41+
42+
"MoveFiles": [
43+
{
44+
"FromRelativePath": "planes\\children\\",
45+
"ToRelativePathWithParent": "{ParentRelativePath}\\children\\"
46+
},
47+
{
48+
"FromRelativePath": "planes\\views\\planes-index\\planes-index.component",
49+
"ToRelativePathWithParent": "{ParentRelativePath}\\views\\{ParentNameKebabPlural}-index\\{ParentNameKebabPlural}-index.component"
50+
},
51+
{
52+
"FromRelativePath": "planes\\plane.module.ts",
53+
"ToRelativePathWithParent": "{ParentRelativePath}\\{ParentNameKebabSingular}.module.ts"
54+
}
55+
],
56+
57+
"ReplaceInFiles": [
58+
{
59+
"RegexMatch": "(\\.\\./){6}shared/bia-shared/.*\\.(html|scss)\\'",
60+
"Pattern": "'../../../../../../",
61+
"WithParentAddByDeeperLevel": "../../"
62+
}
63+
]
64+
}
65+
]
66+
}
67+
],
3068
"Children": [],
3169
"Options": [],
32-
"Partial": []
70+
"Partial": [
71+
"src\\app\\shared\\permission.ts",
72+
"src\\app\\features\\planes\\plane.module.ts",
73+
"src\\app\\features\\planes\\views\\planes-index\\planes-index.component.ts",
74+
"src\\app\\features\\planes\\views\\planes-index\\planes-index.component.html"
75+
]
3376
},
3477
{
35-
"Feature": "airport-option",
78+
"Feature": "Option",
3679
"Type": "Option",
3780
"FeatureName": "Airport",
3881
"FeatureNamePlural": "Airports",
39-
"ZipName": "domain-airport-option.zip",
40-
"Relation": "many-to-many",
82+
"ZipName": "option.zip",
4183
"Contains": {
4284
"Include": ["src\\app\\domains\\airport-option\\*"],
4385
"Exclude": []
@@ -47,32 +89,62 @@
4789
"Partial": []
4890
},
4991
{
50-
"Feature": "plane-type-option",
51-
"Type": "Option",
52-
"FeatureName": "PlaneType",
53-
"FeatureNamePlural": "PlanesTypes",
54-
"ZipName": "domain-plane-type-option.zip",
55-
"Relation": "one-to-many",
56-
"Contains": {
57-
"Include": ["src\\app\\domains\\plane-type-option\\*"],
58-
"Exclude": []
59-
},
60-
"Children": [],
61-
"Options": [],
62-
"Partial": []
63-
},
64-
{
65-
"Feature": "aircraft-maintenance-companies",
92+
"Feature": "Team",
6693
"Type": "Team",
67-
"FeatureName": "AircraftMaintenanceCompany",
68-
"FeatureNamePlural": "AircraftMaintenanceCompanies",
69-
"ZipName": "aircraft-maintenance-companies.zip",
94+
"FeatureName": "MaintenanceTeam",
95+
"FeatureNamePlural": "MaintenanceTeams",
96+
"ZipName": "team.zip",
7097
"Contains": {
71-
"Include": ["src\\app\\features\\aircraft-maintenance-companies\\*"],
98+
"Include": [
99+
"src\\app\\features\\aircraft-maintenance-companies\\children\\maintenance-teams\\*"
100+
],
72101
"Exclude": []
73102
},
103+
"Parents": [
104+
{
105+
"Name": "AircraftMaintenanceCompany",
106+
"NamePlural": "AircraftMaintenanceCompanies",
107+
"IsPrincipal": "true",
108+
"AdaptPaths": [
109+
{
110+
"RootPath": "src\\app\\features\\",
111+
"InitialDeepLevel": 1,
112+
"DeepLevelIdentifier": "children",
113+
114+
"MoveFiles": [
115+
{
116+
"FromRelativePath": "aircraft-maintenance-companies\\children\\",
117+
"ToRelativePathNoParent": "",
118+
"ToRelativePathWithParent": "{ParentRelativePath}\\children\\"
119+
}
120+
],
121+
122+
"ReplaceInFiles": [
123+
{
124+
"RegexMatch": "'([^']*)'",
125+
"Pattern": "aircraft-maintenance-companies/children/",
126+
"NoParentValue": "",
127+
"WithParentValue": "{ParentRelativePathLinux}/children/"
128+
},
129+
{
130+
"RegexMatch": "(\\.\\./){6}shared/bia-shared/.*\\.(html|scss)\\'",
131+
"Pattern": "'../../../../../../",
132+
"NoParentValue": "'../../../../",
133+
"WithParentAddByDeeperLevel": "../../"
134+
}
135+
]
136+
}
137+
]
138+
}
139+
],
74140
"Children": [],
75141
"Options": [],
76-
"Partial": []
142+
"Partial": [
143+
"src\\app\\app-routing.module.ts",
144+
"src\\app\\shared\\navigation.ts",
145+
"src\\app\\shared\\permission.ts",
146+
"src\\app\\shared\\constants.ts",
147+
"src\\environments\\all-environments.ts"
148+
]
77149
}
78150
]

Angular/angular.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prefix": "app",
3333
"architect": {
3434
"build": {
35-
"builder": "@angular-devkit/build-angular:browser",
35+
"builder": "@angular-devkit/build-angular:browser-esbuild",
3636
"options": {
3737
"outputPath": "dist/BIADemo",
3838
"index": "src/index.html",
@@ -44,7 +44,8 @@
4444
"src/assets",
4545
"src/config.json",
4646
"src/web.config",
47-
"src/manifest.webmanifest"
47+
"src/manifest.webmanifest",
48+
"src/ngsw-worker.js"
4849
],
4950
"styles": [
5051
"node_modules/primeng/resources/primeng.min.css",
@@ -134,30 +135,30 @@
134135
"serve": {
135136
"builder": "@angular-devkit/build-angular:dev-server",
136137
"options": {
137-
"browserTarget": "BIADemo:build"
138+
"buildTarget": "BIADemo:build"
138139
},
139140
"configurations": {
140141
"iis": {
141-
"browserTarget": "BIADemo:build:iis"
142+
"buildTarget": "BIADemo:build:iis"
142143
},
143144
"production": {
144-
"browserTarget": "BIADemo:build:production"
145+
"buildTarget": "BIADemo:build:production"
145146
},
146147
"es5": {
147-
"browserTarget": "BIADemo:build:es5"
148+
"buildTarget": "BIADemo:build:es5"
148149
},
149150
"ocp": {
150-
"browserTarget": "BIADemo:build:ocp"
151+
"buildTarget": "BIADemo:build:ocp"
151152
},
152153
"docker": {
153-
"browserTarget": "BIADemo:build:docker"
154+
"buildTarget": "BIADemo:build:docker"
154155
}
155156
}
156157
},
157158
"extract-i18n": {
158159
"builder": "@angular-devkit/build-angular:extract-i18n",
159160
"options": {
160-
"browserTarget": "BIADemo:build"
161+
"buildTarget": "BIADemo:build"
161162
}
162163
},
163164
"lint": {

0 commit comments

Comments
 (0)