项目作者: ppastorino

项目描述 :
Angular "input with datepicker" component based on ngbootstrap datepicker
高级语言: TypeScript
项目地址: git://github.com/ppastorino/angular-datepicker.git
创建时间: 2018-02-04T12:55:27Z
项目社区:https://github.com/ppastorino/angular-datepicker

开源协议:

下载


angular-datepicker

This is an angluar-cli project to show an ‘input + datepicker’ component based on NgBootstrap DatePicker.

The component allows date selection with a calendar popup and form binding (implementing ControlValueAccesor interface).
Instead of using NgbDateStruct in the model (as NgBootsrap does), it allows the usage of a ‘flat’ string.
This facilitates the processing of data with JSON from a server