angular-cn/packages
Pete Bacon Darwin 76979e12c9 refactor(compiler): remove not-null operator hack from lexer (#28978)
The parts of a token are supposed to be an array of not-null strings,
but we were using `null` for tags that had no prefix. This has been
fixed to use the empty string in such cases, which allows the `null !`
hack to be removed.

PR Close #28978
2019-02-28 02:44:19 -08:00
..
animations fix(animations): ensure `position` and `display` styles are handled outside of keyframes/web-animations (#28911) 2019-02-27 11:57:31 -08:00
bazel style: format (#28995) 2019-02-27 08:47:26 -08:00
benchpress style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
common style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
compiler refactor(compiler): remove not-null operator hack from lexer (#28978) 2019-02-28 02:44:19 -08:00
compiler-cli fix(ivy): avoid missing imports for types that can be represented as values (#28941) 2019-02-27 15:13:40 -08:00
core refactor(ivy): simplify logic of projectable nodes insertion (#29008) 2019-02-27 14:05:34 -08:00
docs refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
elements style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
examples build: update to rules_typescript 0.25.1 (#28625) 2019-02-21 07:46:21 -08:00
forms style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
http style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
language-service style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
platform-browser style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
platform-browser-dynamic style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
platform-server style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
platform-webworker style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
platform-webworker-dynamic style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
private/testing style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
router style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
service-worker style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
upgrade style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
BUILD.bazel style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
README.md Revert "docs: Remove unneeded file (#18106)" 2017-07-20 16:46:47 -05:00
empty.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
goog.d.ts test(ivy): add bundling test `todo_i18n` (#27420) 2018-12-04 19:59:12 -08:00
license-banner.txt build: bump year (#27880) 2019-01-11 11:15:59 -08:00
system.d.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
tsconfig-build.json build: update to rules_typescript 0.25.1 (#28625) 2019-02-21 07:46:21 -08:00
tsconfig-test.json build: update to rules_typescript 0.25.1 (#28625) 2019-02-21 07:46:21 -08:00
tsconfig.json build: switch example e2e tests to bazel (#28402) 2019-01-28 19:21:09 -08:00
types.d.ts build: switch to typescript's es2015 typings (#28570) 2019-02-06 14:17:55 -05: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