File: src/views/index.ts

Recommend this page to a friend!
  Classes of Logik group   Angular Moment Picker   src/views/index.ts   Download  
File: src/views/index.ts
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Angular Moment Picker
Pick times and dates in Angular.js applications
Author: By
Last change: Update of src/views/index.ts
Date: 2 years ago
Size: 293 bytes
 

Contents

Class file image Download
import DecadeView from './decadeView'; import YearView from './yearView'; import MonthView from './monthView'; import DayView from './dayView'; import HourView from './hourView'; import MinuteView from './minuteView'; export { DecadeView, YearView, MonthView, DayView, HourView, MinuteView };