mirror of https://github.com/abpframework/abp.git
7 changed files with 24 additions and 7 deletions
@ -1,3 +1,3 @@ |
|||
# Blazor UI: Localization |
|||
# Blazor: Localization |
|||
|
|||
Blazor applications can reuse the same `IStringLocalizer<T>` service that is explained in the [localization document](../../Localization.md). All the localization resources and texts available in the server side are usable in the Blazor application. |
|||
@ -0,0 +1,3 @@ |
|||
# Blazor: UI Message Service |
|||
|
|||
TODO |
|||
@ -0,0 +1,3 @@ |
|||
# Blazor: Notification |
|||
|
|||
`UiNotificationService` is used to show toastr style notifications on the user interface. The documentation is in progress... |
|||
@ -1,6 +1,8 @@ |
|||
# Blazor UI for the ABP Framework |
|||
|
|||
The detailed documentation for the Blazor UI is in progress. However, you can follow the documents below to start with the Blazor UI today. |
|||
## Getting Started |
|||
|
|||
You can follow the documents below to start with the ABP Framework and the Blazor UI: |
|||
|
|||
* [Get started](https://docs.abp.io/en/abp/latest/Getting-Started?UI=Blazor) with the Blazor UI for the ABP Framework. |
|||
* [Web Application Development Tutorial](https://docs.abp.io/en/abp/latest/Tutorials/Part-1?UI=Blazor) with the Blazor UI. |
|||
@ -1,3 +0,0 @@ |
|||
# Blazor UI Notification |
|||
|
|||
`UiNotificationService` is used to show toastr style notifications on the user interface. The documentation is in progress... |
|||
@ -1,3 +1,3 @@ |
|||
# Blazor UI: Settings |
|||
# Blazor: Settings |
|||
|
|||
Blazor applications can reuse the same `ISettingProvider` service that is explained in the [settings document](../../Settings.md). |
|||
Loading…
Reference in new issue