Skip to content

Commit

Permalink
fix(datepicker): added export of he locale and fixed demo
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Nov 21, 2017
1 parent aa20ec3 commit 7616362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { routes } from './demo-datepicker.routes';

import { defineLocale, LocaleData } from 'ngx-bootstrap/bs-moment';
import {
ar, cs, de, enGb, es, esDo, esUs, fr, hi, it, ja, ko, nl, nlBe, pl, ptBr, sv, ru, zhCn, tr
ar, cs, de, enGb, es, esDo, esUs, fr, hi, he, hu, it, ja, ko, nl, nlBe, pl, ptBr, sv, ru, zhCn, tr
} from 'ngx-bootstrap/locale';

const locales = [ar, cs, de, enGb, es, esDo, esUs, fr, hi, hu, it, ja, ko, nl, nlBe, pl, ptBr, sv, ru, zhCn, tr, he];
Expand Down
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* tslint:disable: max-classes-per-file */
import { ModuleWithProviders, NgModule } from '@angular/core';
import { AccordionModule } from './accordion/accordion.module';
import { AlertModule } from './alert/alert.module';
import { ButtonsModule } from './buttons/buttons.module';
Expand All @@ -20,7 +19,6 @@ import { PopoverModule } from './popover/popover.module';
export { listLocales } from './bs-moment/locale/locales.service';
export { setTheme } from './utils/theme-provider';


export {
AccordionComponent,
AccordionConfig,
Expand Down Expand Up @@ -165,6 +163,7 @@ export {
esDo,
esUs,
fr,
he,
hi,
hu,
it,
Expand Down

0 comments on commit 7616362

Please sign in to comment.