From 574cbc159121a629bcac6dc725b31e52bc2ab507 Mon Sep 17 00:00:00 2001 From: Hamza Albreem <94292623+braim23@users.noreply.github.com> Date: Fri, 20 May 2022 09:43:26 +0300 Subject: [PATCH] quick fix --- docs/en/UI/Angular/Loading-Directive.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/UI/Angular/Loading-Directive.md b/docs/en/UI/Angular/Loading-Directive.md index 9ac491289d..18ff4baaeb 100644 --- a/docs/en/UI/Angular/Loading-Directive.md +++ b/docs/en/UI/Angular/Loading-Directive.md @@ -1,7 +1,7 @@ # Loading Directive -You may want to block a part of UI and show a spinner for a while; the `LoadingDirective` directive is making this for you. `LoadingDirective` has been exposed by the `@abp/ng.theme.shared` package. +You may want to block a part of the UI and show a spinner for a while; the `LoadingDirective` directive makes this for you. `LoadingDirective` has been exposed by the `@abp/ng.theme.shared` package. ## Getting Started @@ -22,7 +22,7 @@ export class MyFeatureModule {} ## Usage -The `LoadingDirective` is easy to use. The directive's selector is **`abpLoading`**. By adding the `abpLoading` attribute to an HTML element , you can activate the `LoadingDirectiveective` for the HTML element when value is true. +The `LoadingDirective` is easy to use. The directive's selector is **`abpLoading`**. By adding the `abpLoading` attribute to an HTML element, you can activate the `LoadingDirectiveective` for the HTML element when the value is true. See an example usage: @@ -37,8 +37,8 @@ See an example usage: ``` -The `abpLoading` attribute has been added to the `
` element that containing very long text inside to activate the `LoadingDirective`. +The `abpLoading` attribute has been added to the `
` element that contains very a long text inside to activate the `LoadingDirective`. See the result: -![Loading directive result](./images/abp-loading.png) \ No newline at end of file +![Loading directive result](./images/abp-loading.png)