This commit includes two changes: 1. It changes the unreliable dynamic way of loading IE polyfills to use `<script nomodule>` instead - for IE it's equivalent to a regular script tag while modern browsers will ignore it. 2. It removes other polyfills for browsers not supporting `Object.assign` as this API is supported by Chrome 45+, Firefox 34+ and Safari 9+ i.e. it's been supported for some time. Note that as of June 2018 Googlebot uses Chrome 41 to render sites to be indexed. Chrome 41 doesn't support `Object.assign` but it also doesn't support ES6 modules so it'll load polyfills meant for IE - which it should do anyway as it doesn't support most of ES6. Fixes #23647 PR Close #24317
build(bazel): update bazel integration test to test secondary angular imports such as @angular/common/http (#24170)
revert: refactor(ivy): make return value of define(Component|Directive|Pipe|Injector|Injectable) private (#23371)
build(bazel): re-enable packages/upgrade/test:test_web test with static_files in ts_web_test_suite (#24214)
Angular
Angular is a development platform for building mobile and desktop web applications using Typescript/JavaScript and other languages.
Quickstart
Changelog
Learn about the latest improvements.
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.
Languages
TypeScript
68.6%
HTML
12.8%
JavaScript
8.4%
Pug
7%
Starlark
1.4%
Other
1.7%