angular/modules
vsavkin 9a65ea7ea7 feat(core): remove typings from package.json to disallow 'import * as n from 'angular2'''
The typings property is being removed because angular2.ts is deprecated, and the developers should import from angular2/core and angular2/platform/*.  So aliasing angular2 to angular2/angular2 does not make sense.

BREAKING CHANGE

Before

import * as ng from 'angular2';

After

import * as core from 'angular2/core';
2015-12-02 11:48:14 -08:00
..
angular1_router refactor(lifecycle): prefix lifecycle methods with "ng" 2015-11-30 16:40:50 -08:00
angular2 feat(core): remove typings from package.json to disallow 'import * as n from 'angular2''' 2015-12-02 11:48:14 -08:00
angular2_material refactor(lifecycle): prefix lifecycle methods with "ng" 2015-11-30 16:40:50 -08:00
benchmarks cleanup: move DomAdapter from angular2/core into angular2/platform/common_dom 2015-11-20 00:14:24 +00:00
benchmarks_external fix(benchmarks): update react and polymer benchmarks and get tree update numbers for all of the benchmarks as well. 2015-10-28 13:17:01 -07:00
benchpress refactor(ListWrapper): drop filter, find, reduce & any 2015-11-09 19:24:14 +00:00
playground chore(playground/routing): remove unused bind import 2015-12-01 18:23:54 +00:00