Time Picker

pg-timepicker is a fork of NG-ZORRO implementation of Time Picker Initial credits go to the author

Importing

First import it to your app module or any submodule as you wish

import { pgTimePickerModule } from '@pages/components/time-picker/timepicker.module';
@NgModule({
  imports: [pgTimePickerModule,...]
})
export class AppModule(){}

How to use

Basic Select with Search

<pg-timepicker [(ngModel)]="_date"></pg-timepicker>

API

Last updated