refactor(angular): lazy loading tabs (#16637)

Fixes #16619
This commit is contained in:
Manu MA
2018-12-08 17:23:39 +01:00
committed by GitHub
parent 86fc9a557e
commit 437ad09122
34 changed files with 11361 additions and 246 deletions

View File

@ -175,8 +175,6 @@ export class Refresher implements ComponentInterface {
}
private onStart() {
console.log('start');
this.progress = 0;
this.state = RefresherState.Inactive;
}