Skip to content

Commit 8f98126

Browse files
committed
lint
1 parent 70c6209 commit 8f98126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/usage/v7/radio/using-comparewith/angular/example_component_ts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface Food {
1313
templateUrl: 'example.component.html',
1414
styleUrls: ['example.component.css'],
1515
imports: [IonItem, IonList, IonRadio, IonRadioGroup],
16-
schemas: [CUSTOM_ELEMENTS_SCHEMA]
16+
schemas: [CUSTOM_ELEMENTS_SCHEMA],
1717
})
1818
export class ExampleComponent {
1919
foods: Food[] = [

0 commit comments

Comments
 (0)