forked from ionic-team/ionic-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.ts
More file actions
31 lines (23 loc) · 803 Bytes
/
index.ts
File metadata and controls
31 lines (23 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
export * from './config/bootstrap'
export * from './config/config'
export * from './config/directives'
export * from './decorators/app'
export * from './decorators/page'
export * from './components'
export * from './platform/platform'
export * from './platform/storage'
export * from './util/click-block'
export * from './util/events'
export * from './util/keyboard'
export * from './util/form'
export * from './animations/animation'
export * from './transitions/transition'
export * from './translation/translate'
export * from './translation/translate_pipe'
// these modules don't export anything
import './config/modes'
import './platform/registry'
import './animations/builtins'
import './transitions/transition-ios'
import './transitions/transition-md'
import './transitions/transition-wp'