From 90830b2e8a2b09099ce69c2c4afa279a73a7ba00 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mehmet=20=C3=87etin?=
<92744169+mehmetcetin01140@users.noreply.github.com>
Date: Thu, 29 Feb 2024 14:33:48 +0300
Subject: [PATCH] iconfield template doc added
---
src/app/showcase/doc/iconfield/basicdoc.ts | 28 ++--
.../doc/iconfield/iconfielddoc.module.ts | 5 +-
src/app/showcase/doc/iconfield/templatedoc.ts | 132 ++++++++++++++++++
.../showcase/pages/iconfield/iconfielddemo.ts | 8 +-
4 files changed, 162 insertions(+), 11 deletions(-)
create mode 100644 src/app/showcase/doc/iconfield/templatedoc.ts
diff --git a/src/app/showcase/doc/iconfield/basicdoc.ts b/src/app/showcase/doc/iconfield/basicdoc.ts
index e3ef45ac3c6..6096ffd0f4b 100644
--- a/src/app/showcase/doc/iconfield/basicdoc.ts
+++ b/src/app/showcase/doc/iconfield/basicdoc.ts
@@ -6,13 +6,17 @@ import { Code } from '../../domain/code';
template: `
- A group is created by wrapping the input and icon with the IconField component. Each icon is defined as a child of InputIcon component. In addition, position of the icon can be changed using iconPosition property that the default
- value is right and also left option is available.
+ A group is created by wrapping the input and icon with the IconField component. Each icon is defined as a child of InputIcon component. In addition, position of the icon can be changed using iconPosition property
+ that the default value is right and also left option is available.
An eye icon is displayed by default when the image is hovered in preview mode. Use the indicator template for custom content.
+