UNPKG

angular-bootstrap-datetimepicker

Version:

Native Angular (8+) datetime picker component styled by Twitter Bootstrap 4.

16 lines (15 loc) 591 B
/** * @license * Copyright 2013-present Dale Lotts All Rights Reserved. * http://www.dalelotts.com * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/dalelotts/angular-bootstrap-datetimepicker/blob/master/LICENSE */ export * from './dl-date-adapter'; export * from './dl-date-adapter-moment'; export * from './dl-date-adapter-native'; export * from './dl-date-adapter-number'; export * from './dl-date-adapter-string'; export * from './dl-date-time-core.module'; export * from './dl-date-time-string-format';