You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import the `NgxUiLoaderModule` in your root application module `AppModule`:
65
66
@@ -91,7 +92,7 @@ export class AppModule { }
91
92
92
93
<aname="usage"></a>
93
94
94
-
## Usage <aname="usage"></a>
95
+
## Usage
95
96
96
97
After importing the `NgxUiLoaderModule`, use `ngx-ui-loader` component in your root app template:
97
98
@@ -134,7 +135,7 @@ export class AppComponent implements OnInit {
134
135
135
136
<aname="api_service"></a>
136
137
137
-
## API - NgxUiLoaderService <aname="api_service"></a>
138
+
## API - NgxUiLoaderService
138
139
139
140
*`NgxUiLoaderService.start([id]='default')` Starts a foreground loader with progress bar. Users cannot interact with the page when the loader is showed.
140
141
*`NgxUiLoaderService.stop([id]='default')` Stops a foreground loader with progress bar.
@@ -147,7 +148,7 @@ export class AppComponent implements OnInit {
Copy file name to clipboardExpand all lines: projects/ngx-ui-loader/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "ngx-ui-loader",
3
3
"description": "An all-in-one and fully customizable loader/spinner for Angular 5+ (5+ and 6+ are tested) applications. It supports foreground, background spinner/loader and indicative progress bar.",
0 commit comments