angular-cn/modules/@angular
Rado Kirov 3ef5ede6d6 chore(compiler): emit ([] as any[]) instead of purely []. (#11846)
In SNC mode `[]` has type of never[], so we cast it to any[] to
typecheck correctly see
https://github.com/Microsoft/TypeScript/issues/10479.

This is temporary workaround, until we fully
migrate the framework to TS 2.0 and strictNullChecks.
2016-09-24 02:21:59 +09:00
..
benchpress refactor: misc cleanup (#11654) 2016-09-19 17:15:57 -07:00
common refactor(common): cleanup (#11668) 2016-09-22 10:34:00 -07:00
compiler chore(compiler): emit ([] as any[]) instead of purely []. (#11846) 2016-09-24 02:21:59 +09:00
compiler-cli docs: update descriptions in package.jsons 2016-09-14 16:44:39 -07:00
core docs(Component): API docs for .encapsulation and .interpolation 2016-09-22 11:01:16 -07:00
docs docs(cheatsheet): fix typo NgModule definition (#11377) 2016-09-07 16:05:05 -07:00
examples docs(forms): add select control examples (#11728) 2016-09-19 16:25:33 -07:00
facade refactor(common): cleanup (#11668) 2016-09-22 10:34:00 -07:00
forms fix(forms): disable all radios with disable() 2016-09-20 15:00:12 -07:00
http refactor: misc cleanup (#11654) 2016-09-19 17:15:57 -07:00
platform-browser refactor: misc cleanup (#11654) 2016-09-19 17:15:57 -07:00
platform-browser-dynamic docs: update descriptions in package.jsons 2016-09-14 16:44:39 -07:00
platform-server refactor: misc cleanup (#11654) 2016-09-19 17:15:57 -07:00
platform-webworker refactor: misc cleanup (#11654) 2016-09-19 17:15:57 -07:00
platform-webworker-dynamic docs: update descriptions in package.jsons 2016-09-14 16:44:39 -07:00
router fix(router): update the router not to reset router state when updating root component (#11799) 2016-09-21 11:37:43 -07:00
upgrade docs: update descriptions in package.jsons 2016-09-14 16:44:39 -07:00
README.md docs: update README.md for npm packages 2016-09-14 17:14:02 -07:00
license-banner.txt build: remove JS suffix from the license banner 2016-09-13 21:48:58 -07:00

README.md

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT