angular-cn/packages
Alan Agius 29f57e315e build: enable bundle_dts for router package ()
This PR also changes the name of `EmptyOutletComponent` to `ɵEmptyOutletComponent`. This is because `ngcc` requires the node to retain the original name while dts bundler will rename the node is it's only exported using the aliases.

Example typings files:
```ts
declare class EmptyOutletComponent {
}
export {EmptyOutletComponent as ɵEmptyOutletComponent}
```

will be emitted as
```ts
export declare class ɵEmptyOutletComponent {
}
```

PR Close 
2019-03-07 07:30:44 -08:00
..
animations test(animations): fix unit-based delays within the animation DSL () 2019-03-01 15:16:48 -08:00
bazel feat(bazel): Hide Bazel files in Bazel builder () 2019-03-06 17:35:06 -08:00
benchpress docs: cleanup contributors () 2019-03-06 14:48:30 -08:00
common build: enable bundle_dts for common package () 2019-03-06 10:59:18 -08:00
compiler fix(ivy): properly detect "inputs" and "outputs" field names that should be wrapped in quotes () 2019-03-06 11:01:53 -08:00
compiler-cli docs: cleanup contributors () 2019-03-06 14:48:30 -08:00
core fix(ivy): content projection should not corrupt TNode data structures () 2019-03-06 11:02:47 -08:00
docs refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
elements build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles () 2019-02-28 12:06:36 -08:00
examples fix(ivy): support property values changed in ngOnChanges (forward rref case) () 2019-03-05 14:27:08 -08:00
forms build: enable bundle_dts for forms package () 2019-03-05 11:39:16 -08:00
http build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles () 2019-02-28 12:06:36 -08:00
language-service test: fix dts path to the flattened file () 2019-03-06 10:59:18 -08:00
platform-browser build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles () 2019-02-28 12:06:36 -08:00
platform-browser-dynamic style: enforce buildifier lint on CI () 2019-02-26 16:57:41 -08:00
platform-server feat(platform-server): wait on returned BEFORE_APP_SERIALIZED promises () 2019-03-06 11:01:21 -08:00
platform-webworker build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles () 2019-02-28 12:06:36 -08:00
platform-webworker-dynamic style: enforce buildifier lint on CI () 2019-02-26 16:57:41 -08:00
private/testing style: enforce buildifier lint on CI () 2019-02-26 16:57:41 -08:00
router build: enable bundle_dts for router package () 2019-03-07 07:30:44 -08:00
service-worker feat(service-worker): add JSON schema for service worker config () 2019-03-05 16:48:26 -08:00
upgrade build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles () 2019-02-28 12:06:36 -08:00
BUILD.bazel build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles () 2019-02-28 12:06:36 -08:00
README.md Revert "docs: Remove unneeded file ()" 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` () 2018-12-04 19:59:12 -08:00
license-banner.txt build: bump year () 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 () 2019-02-21 07:46:21 -08:00
tsconfig-test.json build: update to rules_typescript 0.25.1 () 2019-02-21 07:46:21 -08:00
tsconfig.json ci: saucelabs-legacy job should not run schematic core tests () 2019-03-05 16:10:08 -08:00
types.d.ts build: switch to typescript's es2015 typings () 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