@open-rlb/ng-bootstrap 3.3.26 → 3.3.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
# @open-rlb/ng-bootstrap
|
|
2
2
|
|
|
3
|
-
Angular
|
|
3
|
+
Angular component library built on Bootstrap 5.3 (signals, OnPush), with timezone-aware
|
|
4
4
|
date handling via [`@open-rlb/date-tz`](https://www.npmjs.com/package/@open-rlb/date-tz).
|
|
5
|
+
Supports **Angular 17.2+** (built with Angular 21).
|
|
5
6
|
|
|
6
7
|
## Installation
|
|
7
8
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-rlb/ng-bootstrap",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.28",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/cdk": "
|
|
6
|
-
"@angular/common": "
|
|
7
|
-
"@angular/core": "
|
|
8
|
-
"@angular/forms": "
|
|
9
|
-
"@angular/router": "
|
|
10
|
-
"@ngx-translate/core": "^
|
|
5
|
+
"@angular/cdk": ">=17.2.0",
|
|
6
|
+
"@angular/common": ">=17.2.0",
|
|
7
|
+
"@angular/core": ">=17.2.0",
|
|
8
|
+
"@angular/forms": ">=17.2.0",
|
|
9
|
+
"@angular/router": ">=17.2.0",
|
|
10
|
+
"@ngx-translate/core": "^16.0.0",
|
|
11
11
|
"@open-rlb/date-tz": ">=2.1.1",
|
|
12
12
|
"bootstrap": ">=5.3.0",
|
|
13
13
|
"@types/bootstrap": ">=5.2.0",
|