Skip to content

Commit

Permalink
fix(angular-material): linted example
Browse files Browse the repository at this point in the history
  • Loading branch information
JBBianchi committed Nov 22, 2023
1 parent f3039fa commit c1dd4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular-material/example/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const itemTester: UISchemaTester = (_schema, schemaPath, _path) => {
export class AppComponent {
readonly renderers = angularMaterialRenderers;
readonly examples = getExamples();
selectedExample: ExampleDescription|undefined;
selectedExample: ExampleDescription | undefined;
i18n: JsonFormsI18nState;
private dateAdapter;
readonly = false;
Expand Down

0 comments on commit c1dd4b3

Please sign in to comment.