angular-cn/modules/@angular
Martin Probst 968995a4c6 fix(upgrade): fix upgrade component Closure optimization. (#14801)
$scope and $element are passed to AngularJS, which is not optimized
together with the app. That means properties must be quoted to prevent
renaming.
2017-03-01 06:49:25 -08:00
..
animations refactor(animations): change NoOp -> Noop (#14690) 2017-02-24 00:32:19 -08:00
benchpress build: resolve review comments on flat modules PR and fix more bugs (#14660) 2017-02-23 16:39:44 -08:00
common feat(compiler): introduce `<ng-template>`, deprecate `<template>` and `template` attribute 2017-02-23 20:03:16 -08:00
compiler fix(compiler): fix identifier names of `EMPTY_MAP` / `EMPTY_ARRAY` (#14806) 2017-02-28 14:16:26 -08:00
compiler-cli build: cut 4.0.0-rc.1 2017-02-24 18:03:23 -08:00
core perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
docs perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00
examples feat(compiler): introduce `<ng-template>`, deprecate `<template>` and `template` attribute 2017-02-23 20:03:16 -08:00
facade perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
forms fix(tsc-wrapped): use agreed on options names (#14630) 2017-02-22 10:57:01 -08:00
http build: resolve review comments on flat modules PR and fix more bugs (#14660) 2017-02-23 16:39:44 -08:00
language-service build(language-service): support deep import bundling of language services (#14689) 2017-02-23 22:53:17 -08:00
platform-browser perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
platform-browser-dynamic build: resolve review comments on flat modules PR and fix more bugs (#14660) 2017-02-23 16:39:44 -08:00
platform-server perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
platform-webworker perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
platform-webworker-dynamic feat: add a PLATFORM_ID token that provides a platform id Object. (#14647) 2017-02-22 16:49:46 -08:00
router feat(router): add an option to rerun guards and resolvers when query changes (#14624) 2017-02-23 22:12:30 -08:00
upgrade fix(upgrade): fix upgrade component Closure optimization. (#14801) 2017-03-01 06:49:25 -08:00
README.md docs: update README.md for npm packages 2016-09-14 17:14:02 -07:00
license-banner.txt style(docs): update copyright years (#13736) 2017-01-27 20:47:14 -08:00
router-license-banner.txt style(docs): update copyright years (#13736) 2017-01-27 20:47:14 -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