mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(all): updated tslint rules to latest
This commit is contained in:
@ -41,7 +41,7 @@ export class Segment {
|
||||
@Watch('value')
|
||||
protected valueChanged(value: string | undefined) {
|
||||
this.updateButtons();
|
||||
this.ionChange.emit({value});
|
||||
this.ionChange.emit({ value });
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user