@agape/ng-mat-datetime-control
v1.0.1
Published
Datetime input field for Angular Material
Downloads
3
Readme
@agape/ng-mat-datetime-control
Datetime input field for Angular Material
Synopsis
import { AgMatDatetimeControlModule } from '@agape/ng-mat-datetime-control'
@NgModule({
imports: [
AgMatDatetimeControlModule
]
})
<ag-mat-datetime-control
dateLabel="Date"
timelabel="Time"
[required]="false"
[(ngModel)]="modelValue"
>
</ag-mat-datetime-control>
Description
Accepts a javascript Date
as a model value and renders separate form
controls for the date
and time
components of a datetime
.
Author
Maverik Minett [email protected]
Copyright
© 2023 Maverik Minett
License
MIT