Skip to content

Commit

Permalink
chore: remove duplicate @component annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnnyboy7781 committed May 20, 2024
1 parent c42b73b commit c0c5dcb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/showcase/doc/table/filterbasic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,6 @@ import { CommonModule } from '@angular/common';
imports: [TableModule, TagModule, IconFieldModule, InputTextModule, InputIconModule, MultiSelectModule, DropdownModule, HttpClientModule, CommonModule],
providers: [CustomerService]
})
@Component({
selector: 'table-filter-basic-demo',
templateUrl: 'table-filter-basic-demo.html'
})
export class TableFilterBasicDemo implements OnInit {
customers!: Customer[];
Expand Down

0 comments on commit c0c5dcb

Please sign in to comment.