Skip to content

Commit 4a75251

Browse files
committed
Polish documentation for the new entryComponent option
1 parent a61c67d commit 4a75251

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ The different spinners available are referenced in [this class](src/spinkits.ts)
138138

139139
## Defining your own spinner
140140

141-
You can define your own component instead of the built-in ones. The steps are:
141+
You can define your own loader component in place of the built-in ones. The needed steps are:
142142

143-
- Create your own component
144-
- Add it to the [entryComponent](https://angular.io/guide/ngmodule-faq#what-is-an-entry-component) definition in your module
143+
- Create your component
144+
- Add it to the [entryComponent](https://angular.io/guide/ngmodule-faq#what-is-an-entry-component) definition in your module definition
145145
- Reference your component in a public property in your ``app.component.ts``
146146
- Reference the property in the spinner component like this :
147147
```xml

0 commit comments

Comments
 (0)