Skip to content

Commit

Permalink
feat(moments): export locales in ngx-bootstrap/index (#2879)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh authored and valorkin committed Oct 20, 2017
1 parent 9d0638c commit cc851e9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,28 @@ export {

export { defineLocale, getSetGlobalLocale } from './bs-moment';

export {
ar,
cs,
de,
enGb,
es,
esDo,
esUs,
fr,
hi,
it,
ja,
ko,
nl,
nlBe,
pl,
ptBr,
ru,
zhCn,
tr
} from './locale';

const MODULES = [
AccordionModule,
AlertModule,
Expand Down

0 comments on commit cc851e9

Please sign in to comment.