Commit Graph

18 Commits

Author SHA1 Message Date
Dan Bucholtz
6b310cdd36 chore(build): include source maps in ionic-angular 2016-10-24 14:42:41 -05:00
Dan Bucholtz
56c2388322 chore(build): remove protractor typings
remove protractor typings
2016-09-21 17:10:35 -05:00
Dan Bucholtz
c7ce93d9fe chore(demos): convert to aot structure
convert to aot structure
2016-09-16 10:58:35 -05:00
Dan Bucholtz
0d55e3c417 chore(tsconfig): tsconfig updates 2016-09-13 15:49:15 -05:00
Mike Hartington
3b02ffbcdc chore(tsconfig): set noImplicitAny 2016-05-31 18:56:30 -04:00
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