File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments