Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/rel-4.4' into 4_4_1_NPM_Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
voloagent committed Sep 1, 2021
2 parents 2920360 + 8e3eaca commit 85bd801
Show file tree
Hide file tree
Showing 13 changed files with 838 additions and 824 deletions.
2 changes: 1 addition & 1 deletion docs/en/Tutorials/Part-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ Create a new Razor Component Page, `/Pages/Authors.razor`, in the `Acme.BookStor
</Modal>
````

* This code is similar to the `Books.razor`, except it doesn't inherit from the `BlazorisePageBase`, but uses its own implementation.
* This code is similar to the `Books.razor`, except it doesn't inherit from the `AbpCrudPageBase`, but uses its own implementation.
* Injects the `IAuthorAppService` to consume the server side HTTP APIs from the UI. We can directly inject application service interfaces and use just like regular method calls by the help of [Dynamic C# HTTP API Client Proxy System](../API/Dynamic-CSharp-API-Clients.md), which performs REST API calls for us. See the `Authors` class below to see the usage.
* Injects the `IAuthorizationService` to check [permissions](../Authorization.md).
* Injects the `IObjectMapper` for [object to object mapping](../Object-To-Object-Mapping.md).
Expand Down
2 changes: 1 addition & 1 deletion docs/en/Tutorials/Todo/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ Open the `Index.razor` file in the `Pages` folder of the *TodoApp.Blazor* projec

### Index.razor.css

As the final touch, open the `Index.razor.css` file in the `Pages` folder of the *TodoApp.Web* project and replace with the following content:
As the final touch, open the `Index.razor.css` file in the `Pages` folder of the *TodoApp.Blazor* project and replace with the following content:

````css
#TodoList{
Expand Down
Loading

0 comments on commit 85bd801

Please sign in to comment.