Browse Source

Merge branch 'dev' of https://github.com/abpframework/abp into dev

pull/5659/head
Halil İbrahim Kalkan 5 years ago
parent
commit
9b7c0cc3c2
  1. 2
      docs/en/Getting-Started-React-Native.md
  2. 2
      docs/en/SignalR-Integration.md
  3. 2
      framework/src/Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme/Themes/Basic/NavMenuItem.razor

2
docs/en/Getting-Started-React-Native.md

@ -110,4 +110,4 @@ The application is up and running. You can continue to develop your application
## See Also
* [React Native project structure](./Startup-Templates/Application.md#react-native)
* [React Native project structure](./Startup-Templates/Application#react-native)

2
docs/en/SignalR-Integration.md

@ -1,6 +1,6 @@
# SignalR Integration
> It is already possible to follow [the standard Microsoft tutorial](https://docs.microsoft.com/en-us/aspnet/core/tutorials/signalr) to add [SignalR](https://docs.microsoft.com/en-us/aspnet/core/signalr/introduction) to your application. However, ABP provides a SignalR integration packages those simplify the integration and usage.
> It is already possible to follow [the standard Microsoft tutorial](https://docs.microsoft.com/en-us/aspnet/core/tutorials/signalr) to add [SignalR](https://docs.microsoft.com/en-us/aspnet/core/signalr/introduction) to your application. However, ABP provides SignalR integration packages those simplify the integration and usage.
## Installation

2
framework/src/Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme/Themes/Basic/NavMenuItem.razor

@ -44,4 +44,4 @@ else
@code {
[Parameter]
public ApplicationMenuItem MenuItem { get; set; }
}
}
Loading…
Cancel
Save