File tree 4 files changed +10
-9
lines changed
4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
- export * from './src/providers/calendarEventTitle.provider' ;
2
- export * from './src/providers/calendarMomentDateFormatter.provider' ;
3
- export * from './src/providers/calendarNativeDateFormatter.provider' ;
4
- export * from './src/providers/calendarDateFormatter.provider' ;
5
- export * from './src/interfaces/calendarDateFormatter.interface' ;
6
- export * from './src/calendar.module' ;
7
- export { CalendarEvent , EventAction as CalendarEventAction } from 'calendar-utils' ;
1
+ import './scss/angular2-calendar.scss' ;
2
+ export * from './src/index' ;
Original file line number Diff line number Diff line change 1
- import './../scss/angular2-calendar.scss' ;
2
1
import { NgModule } from '@angular/core' ;
3
2
import { CommonModule } from '@angular/common' ;
4
3
import { CalendarDayView } from './components/day/calendarDayView.component' ;
Original file line number Diff line number Diff line change
1
+ export * from './providers/calendarEventTitle.provider' ;
2
+ export * from './providers/calendarMomentDateFormatter.provider' ;
3
+ export * from './providers/calendarNativeDateFormatter.provider' ;
4
+ export * from './providers/calendarDateFormatter.provider' ;
5
+ export * from './interfaces/calendarDateFormatter.interface' ;
6
+ export * from './calendar.module' ;
7
+ export { CalendarEvent , EventAction as CalendarEventAction } from 'calendar-utils' ;
Original file line number Diff line number Diff line change 14
14
"skipLibCheck" : true
15
15
},
16
16
"files" : [
17
- " angular2-calendar .ts"
17
+ " src/index .ts"
18
18
],
19
19
"angularCompilerOptions" : {
20
20
"strictMetadataEmit" : true ,
You can’t perform that action at this time.
0 commit comments