Skip to content

Commit

Permalink
feat(*): export services
Browse files Browse the repository at this point in the history
  • Loading branch information
oocx committed Sep 29, 2018
1 parent 1fc36fa commit e4d8b22
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion projects/oocx-ng/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ export { CheckboxComponent } from './lib/components/checkbox/checkbox.component'
export { DurationPipe } from './lib/pipes/duration.pipe';
export { CalendarComponent } from './lib/components/calendar/calendar.component';
export { InputDateComponent } from './lib/components/input-date/input-date.component';
export { InputDateDirective } from './lib/directives/input-date.directive';
export { InputDateDirective } from './lib/directives/input-date.directive';

export { AutocompleteDateService } from './lib/services/autocomplete-date.service';
export { DataSourceService, DataSourceSubscription } from './lib/services/datasource.service';
export { LabelIdGeneratorService } from './lib/services/label-id-generator.service';
export { DomHelperService } from './lib/services/dom-helper.service';

0 comments on commit e4d8b22

Please sign in to comment.