Skip to content

Commit

Permalink
Merge pull request #15814 from SoyDiego/15798-iconfield-import
Browse files Browse the repository at this point in the history
docs(IconField): Add import to documentation
  • Loading branch information
cetincakiroglu authored Jun 13, 2024
2 parents b9a59ac + edacad4 commit 3ec0e87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/showcase/doc/iconfield/importdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { Code } from '@domain/code';
export class ImportDoc {
code: Code = {
typescript: `import { IconFieldModule } from 'primeng/iconfield';
import { InputIconModule } from 'primeng/inputicon';`
import { InputIconModule } from 'primeng/inputicon';
import { InputTextModule } from 'primeng/inputtext';`
};
}

0 comments on commit 3ec0e87

Please sign in to comment.