ng-weekday-picker
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

NgWeekdayPicker

Angular component to let user select multiple weekdays from the list Can be used as Form Control in template driven forms as well as reactive forms

Screenshot

Screenshhot

See Demo

Getting Started

Step 1: Install ng-weekday-picker

NPM

npm install --save ng-weekday-picker

Step 2: Import the NgWeekdayPickerModule

import { NgWeekdayPickerModule } from 'ng-weekday-picker';
@NgModule({
declarations: [AppComponent],
  imports: [NgWeekdayPickerModule],
  bootstrap: [AppComponent]
})
export class AppModule {}

Step 3: Usage

<ng-weekday-picker 
  [size]="'lg'" 
  name="whiteDays" 
  formControlName="whiteDays"
  (changeDays)="$event">
</ng-weekday-picker>

Readme

Keywords

none

Package Sidebar

Install

npm i ng-weekday-picker

Weekly Downloads

9

Version

0.0.9

License

none

Unpacked Size

93.4 kB

Total Files

14

Last publish

Collaborators

  • advay.umare