Skip to content

Commit

Permalink
feat(dfx-helper): upgrade to Angular 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed Dec 9, 2024
1 parent f92fb9d commit fa9a514
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 35 deletions.
5 changes: 2 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ We only fix vulnerability in the code distributed through our main source code r

| Version | Supported |
| ------- | ------------------ |
| 9.x.x | :white_check_mark: |
| 8.x.x | :white_check_mark: |
| 7.x.x | :white_check_mark: |
| 6.x.x | :white_check_mark: |
| < 6.0 | :x: |
| < 8.0 | :x: |

### dfx-qrcode

Expand Down
42 changes: 15 additions & 27 deletions libs/dfx-helper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Angular Library with tons of utility tools helping in all projects.

| Angular | dfx-helper |
| ------- | ---------- |
| 19.x.x | 9.x.x |
| 18.x.x | 8.x.x |
| 17.x.x | 7.x.x |
| 16.x.x | 6.1.x |
Expand All @@ -29,46 +30,33 @@ npm install @angular/cdk

### Useful classes:

- **Components**
- `ABlock` - Building block from ui stuff
- `AComponent`
- `ADirective`
- **Decorator**/**Annotations**
- `RunOutesideChangeDetection`
- **Directives**
- `autofocus`
- `back`
- `hideIfOnline` & `hideIfOffline`
- `hideIfPingSucceeds` & `hideIfPingFails`
- `print`
- **Helper**
- `ArrayHelper`
- `BrowserHelper`
- `ClipboradHelper`
- `Converter`
- `DateHelper`
- `Generator`
- `Logger` / `LoggerFactory`
- `Stopwatch`
- `StorageHelper`
- `StringHelper`
- `Thread`
- `TypeHelper`
- `UIHelper`
- **Entities**
- `HasID` & `HasName`
- `IEntity` & `IEntityWithName`
- `stop-propagation`
- **Interceptors**
- `BaseUrlInterceptor`
- `LoggingInterceptor`
- `PostPutJsonContentTypeInterceptor`
- **Pipes**
- `cut`
- `currency`
- `implode` & `implodeMapped`
- `pluck`
- `timeleft`
- `timespan`
- `cut`
- `is-email`
- `is-url`
- `lower-case-expect-first-letters`
- `strip-whitepsace`
- `truncate`
- `upper-case-first-letter`
- **Services**
- `IsMobileService`
- **Strategies**
- `AbstractTitleStrategy`
- `DfxPreloadStrategy`
- **Providers**
- `WindowProvider`

By [Dafnik](https://dafnik.me)
10 changes: 5 additions & 5 deletions libs/dfx-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"directory": "libs/dfx-helper"
},
"peerDependencies": {
"@angular/common": "18",
"@angular/core": "18",
"@angular/cdk": "18",
"@angular/router": "18",
"@angular/platform-browser": "18",
"@angular/common": "19",
"@angular/core": "19",
"@angular/cdk": "19",
"@angular/router": "19",
"@angular/platform-browser": "19",
"rxjs": "7",
"dfts-helper": "1"
},
Expand Down

0 comments on commit fa9a514

Please sign in to comment.