From 2e6d2adce0f5753bd4f0a048846927158a915578 Mon Sep 17 00:00:00 2001 From: honurbu Date: Mon, 11 Mar 2024 14:59:47 +0300 Subject: [PATCH] Docs update --- docs/en/Startup-Templates/Application-Single-Layer.md | 4 ++++ docs/en/UI/Angular/Localization.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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