Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dock Manager - sample that should be updated with the new product version #8

Merged
merged 10 commits into from
Feb 27, 2024
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "igniteui-dock-manager-data-analysis:build"
"buildTarget": "igniteui-dock-manager-data-analysis:build"
},
"configurations": {
"production": {
"browserTarget": "igniteui-dock-manager-data-analysis:build:production"
"buildTarget": "igniteui-dock-manager-data-analysis:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "igniteui-dock-manager-data-analysis:build"
"buildTarget": "igniteui-dock-manager-data-analysis:build"
}
},
"test": {
Expand Down
38 changes: 19 additions & 19 deletions ignite-ui-cli.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"version": "6.0.0",
"project": {
"defaultPort": 4200,
"framework": "angular",
"projectType": "igx-ts",
"projectTemplate": "ng-cli",
"theme": "Custom",
"isBundle": false,
"bundleFilePath": "",
"igniteuiSource": "",
"components": [],
"sourceFiles": [],
"isShowcase": false,
"version": ""
},
"build": {},
"packagesInstalled": true
}
{
"version": "6.0.0",
"project": {
"defaultPort": 4200,
"framework": "angular",
"projectType": "igx-ts-legacy",
"projectTemplate": "ng-cli",
"theme": "Custom",
"isBundle": false,
"bundleFilePath": "",
"igniteuiSource": "",
"components": [],
"sourceFiles": [],
"isShowcase": false,
"version": ""
},
"build": {},
"packagesInstalled": true
}
Loading
Loading