Commit Graph

13 Commits

Author SHA1 Message Date
Tim Lancina
8bbd1380ca chore(): use exclude in tsconfig
Otherwise not all source files are typechecked by IDEs (tests, demos,
etc.)
2016-03-02 13:42:12 -06:00
Tim Lancina
1cfca53f9d chore(npm): publish package as 'ionic-angular'
BREAKING CHANGE: imports from the framework were:
```
  import {Platform} from 'ionic-framework/ionic';
```
and are now:
```
  import {Platform} from 'ionic-angular';
```
2016-02-22 13:25:55 -06:00
Tim Lancina
c238b750c7 chore(): use correct files property in tsconfig 2016-02-22 08:58:53 -06:00
Tim Lancina
04c1c7c3bd chore(typings): add es6 and jasmine typings
As of beta.6, angular2 no longer ships es6-shim or jasmine typings, so
we provide them ourselves.
2016-02-15 15:36:01 -06:00
Tim Lancina
5f254f285f chore(e2e): make typescript and e2e friends 2016-02-12 11:37:39 -06:00
Tim Lancina
cd38c2ea87 create CJS srcs + definitions 2015-12-10 16:39:56 -06:00
Tim Lancina
ab38a7326d update tsconfig 2015-12-10 16:37:49 -06:00
Brandy Carney
1db6e45494 chore(tsconfig): excluding ionic to quiet typescript errors 2015-11-25 16:52:27 -05:00
Brandy Carney
12bdba0328 chore(tsconfig): set buildOnSave to false 2015-11-23 12:50:31 -05:00
Brandy Carney
116d4aa23c refactor(segment): MD fixing the segment colors in toolbars with colors
references #597
2015-11-20 13:16:19 -05:00
Adam Bradley
4bbee6e89f fix(item-sliding): improve rending w/out flickers 2015-11-13 22:12:02 -06:00
Adam Bradley
88492d69da fix(tsconfig): fix json errors, use same as ng2 2015-11-13 20:57:35 -06:00
Adam Bradley
1ae3113386 let there be typescript 2015-07-03 13:19:30 -05:00