Add TextBox Programmatically in Angular TextBox component
03 Mar 2021 / 1 minute to read
Import the Input modules
from ej2-inputs library as shown below.
Copied to clipboard
import{Input}from'@syncfusion/ej2-inputs';
Pass the HTML Input element as parameter to the createInput method.
You can also add the icons on the input by passing buttons property value with the class
name e-input-group-icon as parameter to the createInput method.