refactor(all): use ts strict mode

This commit is contained in:
Manu Mtz.-Almeida
2018-02-05 18:34:37 +01:00
parent 513b0216dd
commit 2f8a027e2f
35 changed files with 3630 additions and 293 deletions

View File

@@ -15,7 +15,7 @@ export class Content {
private cTop = 0;
private cBottom = 0;
private dirty = false;
private scrollEl: HTMLIonScrollElement;
private scrollEl: HTMLIonScrollElement|null;
mode: string;
color: string;