A simple Angular datepicker component that exclusively uses UTC
npm install angular-utc-datepickernpm install --save angular-utc-datepickerimport { UtcDatepickerModule } from 'angular-utc-datepicker';format option, for formatting date (and time, if necessary); defaults to 'YYYY-MM-DD'. Uses Moment formatting.button option, for showing/hiding a button which opens the calendar popupbuttonPosition option, possible values are before and after (defaults to after)dateChange event for handling when the input text is updated or when a date is selected from the calendar popup
`
`
`
`
``