File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
packages/activityindicator Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ Material Design's [Circular progress indicator](https://material.io/design/compo
5
5
[ ![ npm] ( https://img.shields.io/npm/v/@nativescript-community/ui-material-activityindicator.svg )] ( https://www.npmjs.com/package/@nativescript-community/ui-material-activityindicator )
6
6
[ ![ npm] ( https://img.shields.io/npm/dt/@nativescript-community/ui-material-activityindicator.svg?label=npm%20downloads )] ( https://www.npmjs.com/package/@nativescript-community/ui-material-activityindicator )
7
7
8
+ ## Contents
9
+
10
+ 1 . [ Installation] ( #installation )
11
+ 2 . [ Changelog] ( #changelog )
12
+ 3 . [ FAQ] ( #faq )
13
+ 4 . [ Usage] ( #usage )
14
+ - [ Plain NativeScript] ( #plain-nativescript )
15
+ - [ Angular] ( #nativescript--angular )
16
+ - [ Vue] ( #nativescript--vue )
17
+ 5 . [ API] ( #api )
18
+
8
19
## Installation
9
20
10
21
For NativeScript 7.0+
@@ -24,8 +35,11 @@ If using ```tns-core-modules```
24
35
25
36
Be sure to run a new build after adding plugins to avoid any issues.
26
37
27
- ## Usage
38
+ ## [ Changelog ] ( ./CHANGELOG.md )
28
39
40
+ ## [ FAQ] ( ../../README.md#faq )
41
+
42
+ ## Usage
29
43
30
44
### Plain NativeScript
31
45
@@ -84,7 +98,7 @@ Vue.use(ActivityIndicatorPlugin);
84
98
<MDActivityIndicator busy =" true" />
85
99
```
86
100
87
- ##
101
+ ## API
88
102
89
103
### Attributes
90
104
You can’t perform that action at this time.
0 commit comments