rcp-formelements-lib-example-demo
v0.0.6
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14.
Downloads
33
Readme
ExampleDemo
This library was generated with Angular CLI version 11.2.14.
Usage
npm i rcp-formelements-lib-example-demo
Use library in your angular project
In your app.module file
import {ExampleDemoModule} from 'rcp-formelements-lib-example-demo'
Using form-elements
| Type of Input | Form Element
| ------------- | ------------- |
| Text | <rc-input-text> |
| Phone |<rc-phone-input> |
| Select |<rc-input-select> |
| Email | <rc-email-input> |
| TextArea | <rc-input-textarea> |
| Number | <rc-number-input> |
Inputs
| Property | Description
| ------------- | ------------- |
| label | Label of form-element |
| control | Form control name |
| placeHolder | Placeholder for the form element |
| validationMessage | error message for validation |
| validationStar | [true/false] need mandatory mark or not |
