Skip to content

Commit 1e0a189

Browse files
committed
Upgraded entt
1 parent 82cc7ee commit 1e0a189

File tree

4 files changed

+12
-30
lines changed

4 files changed

+12
-30
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Since IQUI-NGX is built on top of [Bootstrap](https://getbootstrap.com/) and [An
1313
@import '~/node_modules/bootstrap/scss/bootstrap';
1414
// Import angular CDK structural styling
1515
@import '../../../node_modules/@angular/cdk/overlay-prebuilt.css';
16-
@import '../../../node_modules/@angular/cdk/text-field/text-field';
17-
@include cdk-text-field();
1816
```
1917

2018
## Development server

package-lock.json

+8-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"e2e": "ng e2e"
1111
},
1212
"peerDependencies": {
13-
"bootstrap": "^4.3.1",
14-
"highlight.js": "^9.18.1"
13+
"bootstrap": "^5.1.3",
14+
"highlight.js": "^11.3.1"
1515
},
1616
"dependencies": {
1717
"@angular/animations": "~13.1.1",
@@ -23,8 +23,7 @@
2323
"@angular/platform-browser": "~13.1.1",
2424
"@angular/platform-browser-dynamic": "~13.1.1",
2525
"@angular/router": "~13.1.1",
26-
"@ofzza/entt": "^3.2.1",
27-
"@ofzza/entt-rxjs": "^3.2.1",
26+
"@ofzza/entt-rxjs": "^3.2.7",
2827
"@themesberg/volt-bootstrap-5-dashboard": "^1.0.1",
2928
"bootstrap": "^5.1.3",
3029
"highlight.js": "^11.3.1",

projects/showcase/src/app/app.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- Showcase -->
77
<content class="iqui-showcase-page-content">
88
<!-- Showcase menu -->
9-
<iqui-showcase>
9+
<iqui-showcase class="bg-dark p-4">
1010
<ng-container [iqui-showcase-pages]="_gettingStartedPages" [title]="'How to'"></ng-container>
1111
<ng-container [iqui-showcase-pages]="_iquiNgxPages" [title]="'IQUI-NGX'"></ng-container>
1212
</iqui-showcase>

0 commit comments

Comments
 (0)