mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(all): tslinter warnings
This commit is contained in:
committed by
Adam Bradley
parent
324f2cb189
commit
ac8e4dce06
@@ -16,10 +16,10 @@ class E2EPage {
|
||||
|
||||
constructor() {
|
||||
this.fruitsForm = new FormGroup({
|
||||
"appleCtrl": new FormControl(false),
|
||||
"bananaCtrl": new FormControl(true),
|
||||
"cherryCtrl": new FormControl(false),
|
||||
"grapeCtrl": new FormControl(true)
|
||||
'appleCtrl': new FormControl(false),
|
||||
'bananaCtrl': new FormControl(true),
|
||||
'cherryCtrl': new FormControl(false),
|
||||
'grapeCtrl': new FormControl(true)
|
||||
});
|
||||
|
||||
this.grapeChecked = true;
|
||||
|
||||
Reference in New Issue
Block a user