mirror of https://github.com/abpframework/abp.git
12 changed files with 61 additions and 27 deletions
@ -0,0 +1,3 @@ |
|||||
|
# Blazor UI: Authentication |
||||
|
|
||||
|
TODO |
||||
@ -0,0 +1,3 @@ |
|||||
|
# Blazor UI: Customization / Overriding Components |
||||
|
|
||||
|
TODO |
||||
@ -0,0 +1,3 @@ |
|||||
|
# Blazor UI: Managing Global Scripts & Styles |
||||
|
|
||||
|
TODO |
||||
@ -1,3 +1,3 @@ |
|||||
# Blazor: Localization |
# Blazor UI: 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. |
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: Navigation / Menu |
||||
|
|
||||
|
TODO |
||||
@ -1,3 +1,3 @@ |
|||||
# Blazor: Notification |
# Blazor UI: Notification Service |
||||
|
|
||||
`UiNotificationService` is used to show toastr style notifications on the user interface. The documentation is in progress... |
`IUiNotificationService` is used to show toastr style notifications on the user interface. The documentation is in progress... |
||||
@ -1,3 +1,3 @@ |
|||||
# Blazor: Settings |
# Blazor UI: Settings |
||||
|
|
||||
Blazor applications can reuse the same `ISettingProvider` service that is explained in the [settings document](../../Settings.md). |
Blazor applications can reuse the same `ISettingProvider` service that is explained in the [settings document](../../Settings.md). |
||||
@ -1,3 +0,0 @@ |
|||||
# Blazor: Testing |
|
||||
|
|
||||
TODO |
|
||||
@ -0,0 +1,3 @@ |
|||||
|
# Blazor UI: Theming |
||||
|
|
||||
|
TODO |
||||
@ -0,0 +1,3 @@ |
|||||
|
# Blazor UI: Toolbars |
||||
|
|
||||
|
TODO |
||||
Loading…
Reference in new issue