Browse Source

quick fix

pull/12663/head
Hamza Albreem 4 years ago
committed by GitHub
parent
commit
574cbc1591
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/en/UI/Angular/Loading-Directive.md

8
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 `<div>` element that containing very long text inside to activate the `LoadingDirective`.
The `abpLoading` attribute has been added to the `<div>` element that contains very a long text inside to activate the `LoadingDirective`.
See the result:
![Loading directive result](./images/abp-loading.png)
![Loading directive result](./images/abp-loading.png)

Loading…
Cancel
Save