Skip to content

Commit 5337051

Browse files
authored
Merge pull request #107 from DigitalExcellence/101-fix-broken-styling-ngx
101 fix broken styling ngx
2 parents 9aa70fd + 9419248 commit 5337051

24 files changed

+637
-442
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Added this very changelog - [#69](https://github.com/DigitalExcellence/dex-backend/issues/71)
12+
- Added this very changelog - [#62](https://github.com/DigitalExcellence/dex-frontend/issues/62)
1313
- Added issue & pull request templates (bug & report) - [#11](https://github.com/DigitalExcellence/dex-backend/issues/11)
1414

1515
### Changed
1616

17+
- Changed from Clarity framework to NGX Bootstrap - [#101](https://github.com/DigitalExcellence/dex-frontend/issues/101)
18+
1719
### Deprecated
1820

1921
### Removed

angular.json

+11-5
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,21 @@
4242
"polyfills": "src/polyfills.ts",
4343
"tsConfig": "tsconfig.app.json",
4444
"aot": true,
45-
"assets": ["src/favicon.ico", "src/assets"],
46-
"styles": ["node_modules/@clr/icons/clr-icons.min.css", "node_modules/@clr/ui/clr-ui.min.css", "src/styles.scss"],
45+
"assets": [
46+
"src/favicon.ico",
47+
"src/assets"
48+
],
49+
"styles": [
50+
"src/styles.scss"
51+
],
4752
"stylePreprocessorOptions": {
48-
"includePaths": ["src"]
53+
"includePaths": [
54+
"src"
55+
]
4956
},
5057
"scripts": [
5158
"node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js",
52-
"node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js",
53-
"node_modules/@clr/icons/clr-icons.min.js"
59+
"node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js"
5460
]
5561
},
5662
"configurations": {

0 commit comments

Comments
 (0)