let there be typescript

This commit is contained in:
Adam Bradley
2015-07-03 13:19:30 -05:00
parent 9242e34a71
commit 1ae3113386
184 changed files with 1865 additions and 1068 deletions

4
ionic/util.ts Normal file
View File

@ -0,0 +1,4 @@
import * as domUtil from 'ionic/util/dom'
export const dom = domUtil
export * from 'ionic/util/util'