angular-cn/modules/@angular
Tobias Bosch 614a35d539 feat(compiler): read and write `.ngsummary.json` files
When compiling libraries, this feature extracts the minimal information
from the directives/pipes/modules of the library into `.ngsummary.json` files,
so that applications that use this library only need to be recompiled
if one of the summary files change, but not on every change
of the libraries (e.g. one of the templates).

Only works if individual codegen for libraries is enabled,
see the `generateCodeForLibraries: false` option.

Closes #12787
2016-12-01 14:49:52 -08:00
..
benchpress feat: update RxJS peer dependency to 5.0.0-rc.4 2016-11-29 16:27:33 -08:00
common fix(common): make sure the plural category exists (#13169) 2016-12-01 13:26:24 -08:00
compiler feat(compiler): read and write `.ngsummary.json` files 2016-12-01 14:49:52 -08:00
compiler-cli feat(compiler): read and write `.ngsummary.json` files 2016-12-01 14:49:52 -08:00
core fix(core): update peer dep on zone.js to ^0.7.2 2016-11-30 15:42:56 -08:00
docs docs: remove outdated docs (#11875) 2016-09-24 08:23:28 +09:00
examples Keep `console.log` that are not called during compilation. 2016-11-23 15:47:02 -08:00
facade fix(common): update DatePipe to allow closure compilation 2016-11-28 14:36:12 -08:00
forms feat(build): record angular version in the dom (#13164) 2016-11-30 13:52:08 -08:00
http feat(build): record angular version in the dom (#13164) 2016-11-30 13:52:08 -08:00
language-service feat(compiler): read and write `.ngsummary.json` files 2016-12-01 14:49:52 -08:00
platform-browser feat(build): record angular version in the dom (#13164) 2016-11-30 13:52:08 -08:00
platform-browser-dynamic feat(build): record angular version in the dom (#13164) 2016-11-30 13:52:08 -08:00
platform-server feat(build): record angular version in the dom (#13164) 2016-11-30 13:52:08 -08:00
platform-webworker feat(build): record angular version in the dom (#13164) 2016-11-30 13:52:08 -08:00
platform-webworker-dynamic feat(build): record angular version in the dom (#13164) 2016-11-30 13:52:08 -08:00
router refactor(router):remove unused parameter pathIndex (#13180) 2016-12-01 13:25:53 -08:00
upgrade feat(build): record angular version in the dom (#13164) 2016-11-30 13:52:08 -08: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
router-license-banner.txt fix(router): add a banner file for the router (#12919) 2016-11-16 09:17:19 -08: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