Browse Source
Merge pull request #24972 from abpframework/issue/update-10.2-migration-guide-for-ng
Angular - Updating the latest migration document (v10.2)
pull/24974/head
Fahri Gedik
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
7 additions and
0 deletions
-
docs/en/release-info/migration-guides/abp-10-2.md
|
|
|
@ -109,6 +109,13 @@ x.SetBasePath("/tickerq"); |
|
|
|
x.WithHostAuthentication(); |
|
|
|
``` |
|
|
|
|
|
|
|
#### Angular Aria feature implementation |
|
|
|
|
|
|
|
ABP now uses Angular's ARIA support for accessible tabs. Add the `@angular/aria` package (version `~21.1.0`) to your Angular project. |
|
|
|
|
|
|
|
> See [#24684](https://github.com/abpframework/abp/issues/24684) for details. |
|
|
|
|
|
|
|
|
|
|
|
#### Other changes |
|
|
|
|
|
|
|
- **Typo fix:** `result.IsSucceded` → `result.IsSucceeded` |
|
|
|
|