Skip to content

Commit ab89d5c

Browse files
committed
fix(sample): query-builder style sample lint warning
1 parent a47c28c commit ab89d5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/interactions/query-builder/query-builder-style/query-builder-style.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component } from '@angular/core';
1+
import { Component, OnInit } from '@angular/core';
22
import { IgxQueryBuilderComponent } from 'igniteui-angular';
33

44
@Component({
@@ -7,7 +7,7 @@ import { IgxQueryBuilderComponent } from 'igniteui-angular';
77
templateUrl: 'query-builder-style.component.html',
88
imports: [IgxQueryBuilderComponent]
99
})
10-
export class QueryBuilderStyleComponent {
10+
export class QueryBuilderStyleComponent implements OnInit {
1111
public entities: any[];
1212
public ngOnInit(): void {
1313
const fields: any[] = [

0 commit comments

Comments
 (0)