mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
docs(spinner): make methods private to dgeni
This commit is contained in:
@ -155,11 +155,17 @@ export class Spinner {
|
||||
|
||||
constructor(private _config: Config) {}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
ngOnInit() {
|
||||
this._init = true;
|
||||
this.load();
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
load() {
|
||||
if (this._init) {
|
||||
this._l = [];
|
||||
|
Reference in New Issue
Block a user