diff --git a/docs/en/Startup-Templates/Application-Single-Layer.md b/docs/en/Startup-Templates/Application-Single-Layer.md index 02a743c5ee..1b2e28be64 100644 --- a/docs/en/Startup-Templates/Application-Single-Layer.md +++ b/docs/en/Startup-Templates/Application-Single-Layer.md @@ -104,3 +104,7 @@ The server-side is similar to the solution described in the *Solution Structure* The client-side application consumes the HTTP APIs as mentioned. You can see the folder structure of the Angular project shown below: ![](../images/single-layer-angular-folder-structure.png) + + ## See Also + +* [Video tutorial](https://abp.io/video-courses/essentials/app-template) \ No newline at end of file diff --git a/docs/en/UI/Angular/Localization.md b/docs/en/UI/Angular/Localization.md index a8d2822ea2..72a6b4fc57 100644 --- a/docs/en/UI/Angular/Localization.md +++ b/docs/en/UI/Angular/Localization.md @@ -391,5 +391,5 @@ Which locale files you add to `webpackInclude` magic comment, they will be inclu ## See Also -- [Localization in ASP.NET Core](../../Localization.md) +* [Localization in ASP.NET Core](../../Localization.md) * [Video tutorial](https://abp.io/video-courses/essentials/localization) \ No newline at end of file