|
|
|
@ -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` |
|
|
|
|