mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-08 02:28:50 +01:00
fix(docs): fix typo
This commit is contained in:
parent
8bbe872e07
commit
74a793ca92
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ Here we registering a loader (`this._imageLoader.load` just returns a `Promise`)
|
|||
BaThemePreloader.registerLoader(this._imageLoader.load(layoutPaths.images.root + 'blur-bg-mobile.jpg'));
|
||||
```
|
||||
|
||||
Then we starting all the registered promises and once they all are done - hiding the spinner.
|
||||
Then we are starting all the registered promises and once they all are done - hiding the spinner.
|
||||
```javascript
|
||||
BaThemePreloader.load().then((values) => {
|
||||
this._spinner.hide();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue