Skip to content

Commit

Permalink
Update filtermodedoc.ts
Browse files Browse the repository at this point in the history
add import to code exemple
  • Loading branch information
khayo authored May 30, 2024
1 parent e83e57c commit 47d61a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/configuration/filtermodedoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Code } from '@domain/code';
})
export class FilterModeDoc {
code: Code = {
typescript: `import { PrimeNGConfig } from 'primeng/api';
typescript: `import { FilterMatchMode, PrimeNGConfig } from 'primeng/api';
@Component({
selector: 'app-root',
Expand Down

0 comments on commit 47d61a5

Please sign in to comment.