mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
refactor(segment): increase icon size inside of segment buttons
closes #5330
This commit is contained in:
@ -9,15 +9,17 @@ import {App, IonicApp} from '../../../../../ionic/ionic';
|
||||
directives: [FORM_DIRECTIVES]
|
||||
})
|
||||
class MyApp {
|
||||
constructor(fb: FormBuilder, app: IonicApp) {
|
||||
this.app = app;
|
||||
relationship: string = 'enemies';
|
||||
modelStyle: string = 'B';
|
||||
appType: string = 'free';
|
||||
icons: string = 'camera';
|
||||
|
||||
myForm;
|
||||
|
||||
constructor(fb: FormBuilder) {
|
||||
this.myForm = fb.group({
|
||||
mapStyle: ['hybrid', Validators.required]
|
||||
});
|
||||
|
||||
this.relationship = 'enemies';
|
||||
this.modelStyle = 'B';
|
||||
this.appType = 'free';
|
||||
}
|
||||
|
||||
onSegmentChanged(segmentButton) {
|
||||
|
Reference in New Issue
Block a user