Skip to content

Commit 41174f6

Browse files
committed
docs(spinner): make methods private to dgeni
1 parent feeb7bc commit 41174f6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ionic/components/spinner/spinner.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,17 @@ export class Spinner {
155155

156156
constructor(private _config: Config) {}
157157

158+
/**
159+
* @private
160+
*/
158161
ngOnInit() {
159162
this._init = true;
160163
this.load();
161164
}
162165

166+
/**
167+
* @private
168+
*/
163169
load() {
164170
if (this._init) {
165171
this._l = [];

0 commit comments

Comments
 (0)