Skip to content

Commit 85ee0d5

Browse files
Merge pull request #37 from abhishekpnt/release-6.0.0_v13
Issue #ED-1275 fix: Angular-13 Migration of UCI console
2 parents 1d0c822 + ff23ed1 commit 85ee0d5

File tree

198 files changed

+46442
-63893
lines changed

Some content is hidden

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

198 files changed

+46442
-63893
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/.angular/cache
12
node_modules
23
dist
3-
coverage/
4+
coverage/
5+
.idea

README.md

Lines changed: 12 additions & 0 deletions

angular.json

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,17 @@
1313
"prefix": "lib",
1414
"architect": {
1515
"build": {
16-
"builder": "@angular-devkit/build-ng-packagr:build",
16+
"builder": "@angular-devkit/build-angular:ng-packagr",
1717
"options": {
1818
"tsConfig": "projects/uci-console/tsconfig.lib.json",
1919
"project": "projects/uci-console/ng-package.json"
2020
}
21-
},
21+
, "configurations": {
22+
"production": {
23+
"tsConfig": "projects/uci-console/tsconfig.lib.prod.json"
24+
}
25+
}
26+
},
2227
"serve": {
2328
"builder": "@angular-devkit/build-angular:dev-server",
2429
"options": {
@@ -32,18 +37,6 @@
3237
"tsConfig": "projects/uci-console/tsconfig.spec.json",
3338
"karmaConfig": "projects/uci-console/karma.conf.js"
3439
}
35-
},
36-
"lint": {
37-
"builder": "@angular-devkit/build-angular:tslint",
38-
"options": {
39-
"tsConfig": [
40-
"projects/uci-console/tsconfig.lib.json",
41-
"projects/uci-console/tsconfig.spec.json"
42-
],
43-
"exclude": [
44-
"**/node_modules/**"
45-
]
46-
}
4740
}
4841
}
4942
}

documentation/components/AppLoaderComponent.html

Lines changed: 0 additions & 691 deletions
This file was deleted.

documentation/components/AvatarPhotoComponent.html

Lines changed: 0 additions & 902 deletions
This file was deleted.

documentation/components/CategoryCardComponent.html

Lines changed: 0 additions & 653 deletions
This file was deleted.

documentation/components/DiscussAllComponent.html

Lines changed: 0 additions & 1343 deletions
This file was deleted.

documentation/components/DiscussCardComponent.html

Lines changed: 0 additions & 750 deletions
This file was deleted.

documentation/components/DiscussCategoryComponent.html

Lines changed: 0 additions & 1148 deletions
This file was deleted.

documentation/components/DiscussHomeComponent.html

Lines changed: 0 additions & 1115 deletions
This file was deleted.

0 commit comments

Comments
 (0)