welynq-form
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

WELYNQ FORM MODULE

This is a module for WELYNQ forms. All the forms can have consistent behaviour.

Check out WELYNQ app

Installation

  • Run npm i welynq-form

  • Import WelynqformModule in your app's main module app.module.ts, e.g.:

// other imports
// ...
import { WelynqformModule } from 'welynq-form';
// ...

@NgModule({
    imports: [
        // other imports
        // ...
        WelynqformModule,
        // ...
    ]
});

Usage

<app-welynqbutton iconName="more_vert" iconPosition="before" label="Test"></app-welynqbutton>

-iconName : String optional - Pass agular material icon name

-iconPosition: String optional - default is "after" render icon before/after the text

-label: String optional - Label for button

<app-welynqtogglebutton (valueChanged)="valueChanged($event)" uncheckedLabel="YES"
 checkedLabel="NO"
  defaultBgColor="red" 
 checked="false"></app-welynqtogglebutton>

Readme

Keywords

none

Package Sidebar

Install

npm i welynq-form

Weekly Downloads

2

Version

1.0.4

License

none

Unpacked Size

157 kB

Total Files

32

Last publish

Collaborators

  • venkydeshmukh