docs: update docs for 1.0.0 (#1034)

This commit is contained in:
Lex Zhukov 2017-04-28 15:31:26 +03:00 committed by Alexander Zhukov
parent 6e89e797a8
commit 72ab016e75
13 changed files with 107 additions and 100 deletions

View file

@ -8,7 +8,7 @@ template: article.jade
Theme Spinner `BaThemeSpinner` is a small service helper allowing you to show a preloader spinner while
executing some long-running tasks.
This is the same spinner you can see after reloading a page - it is shown while the application is initializing Angular 2 and loading charts and images.
This is the same spinner you can see after reloading a page - it is shown while the application is initializing Angular and loading charts and images.
The user interface in quite simple: there are two public methods: `show` and `hide`.
@ -58,4 +58,4 @@ Last thing you need to do is to register your loader:
BaThemePreloader.registerLoader(this._loadData());
```
That's basically it! Once your data is loaded and all other registered loaders are completed - the spinner will be hidden.
That's basically it! Once your data is loaded and all other registered loaders are completed - the spinner will be hidden.