https://github.com/angular/angular

sort by:
Revision Author Date Message Commit Date
024aba0 release: cut the v6.0.8 release 11 July 2018, 20:43:59 UTC
a86d038 docs(forms): update API reference for form validators (#24734) PR Close #24734 11 July 2018, 01:52:40 UTC
bc8a93e docs(forms): added missing backtick (#24451) Fixed trivial markdown problem with a missing backtick. PR Close #24451 11 July 2018, 01:51:09 UTC
4c18f63 docs: unified string chaining (#22735) PR Close #22735 11 July 2018, 01:50:45 UTC
fc189b2 docs(aio): unified string chaining (#22735) PR Close #22735 11 July 2018, 01:50:45 UTC
778ddb2 docs: fix incorrect forms selector references (#22631) PR Close #22631 11 July 2018, 01:50:18 UTC
2d4f4b5 fix(router): add ability to recover from malformed url (#23283) Fixes #21468 PR Close #23283 11 July 2018, 01:48:53 UTC
912742f docs: fix typos referencing inline component styles (#22557) PR Close #22557 11 July 2018, 01:48:30 UTC
0746485 fix(common): do not round factional seconds (#24831) fixes #24384 PR Close #24831 11 July 2018, 01:48:06 UTC
2654895 build: update to latest nodejs bazel rules (#24817) PR Close #24817 11 July 2018, 01:47:40 UTC
00dd566 docs: correct project definition (#24807) PR Close #24807 11 July 2018, 01:47:20 UTC
59fd91d Revert "build: make `internal-angular` karma reporter compatible with latest karma (#24803)" (#24809) This reverts commit 98c509fecbf1f41450f95605348e9e074180bbd8. Part of reverting PR #24803 on branch `6.0.x`, because that PR is a follow-up to PR #19904, which was only merged into master. PR Close #24809 10 July 2018, 22:00:42 UTC
56712aa Revert "build: remove unnecessary `internal-angular` karma reporter (#24803)" (#24809) This reverts commit d7c48980811a82cf4a703a24f4d7a1c7d106090f. Part of reverting PR #24803 on branch `6.0.x`, because that PR is a follow-up to PR #19904, which was only merged into master. PR Close #24809 10 July 2018, 22:00:42 UTC
529e4b1 docs: fix typo in Universal guide (#24812) PR Close #24812 10 July 2018, 18:12:45 UTC
9ff4617 docs: add tree-shakable providers (#24481) PR Close #24481 10 July 2018, 18:12:08 UTC
8887d75 docs: clarify wording in architecture overview (#24481) Closes #23463 Closes #22158 PR Close #24481 10 July 2018, 18:12:08 UTC
7717ff1 fix(compiler-cli): Use typescript to resolve modules for metadata (#22856) The current module resolution simply attaches .ts to the import/export path, which does not work if the path is using Node / CommonJS behavior to resolve to an index.ts file. This patch uses typescript's module resolution logic, and will attempt to load the original typescript file if this resolution returns a .js or .d.ts file PR Close #22856 10 July 2018, 18:11:48 UTC
98b18cd docs: unified console.log single string style (#22737) PR Close #22737 10 July 2018, 18:11:30 UTC
fe23a6e docs(aio): unified console.log single string style (#22737) PR Close #22737 10 July 2018, 18:11:30 UTC
d7c4898 build: remove unnecessary `internal-angular` karma reporter (#24803) The reporter was added in 87d56acda, with the purpose of fixing source-map paths (which was apparently needed back then). Things have moved around a lot since then and the custom reporter doesn't seem to be necessary any more. By removing the reporter, we have one less thing to worry about while upgrading karma; plus we get improvements in built-in reporters for free. Output with the custom reporter: ``` at someMethod (packages/core/.../some-file.ts:13:37) ``` Output with the built-in reporter: ``` at someMethod (packages/core/.../some-file.ts:13.37 <- dist/all/@angular/core/.../some-file.js:1:337) ``` PR Close #24803 09 July 2018, 22:14:02 UTC
98c509f build: make `internal-angular` karma reporter compatible with latest karma (#24803) Due to changes in karma@1.0.0, `internal-angular` karma reporter stopped showing browser logs (such as `console.log()` etc.). Related to d571a5173. PR Close #24803 09 July 2018, 22:10:49 UTC
a92f111 fix(common): use correct currency format for locale de-AT (#24658) Fixes #24609 PR Close #24658 09 July 2018, 22:10:07 UTC
de1c44f fix(language-service): do not overwrite native `Reflect` (#24299) Fixes #21420 PR Close #24299 09 July 2018, 22:09:17 UTC
183b079 fix(service-worker): avoid network requests when looking up hashed resources in cache (#24127) PR Close #24127 06 July 2018, 20:50:38 UTC
8f8caa1 refactor(service-worker): avoid unnecessary operations and remove unused code (#24127) PR Close #24127 06 July 2018, 20:50:38 UTC
195dc07 docs: update Angular Boot Camp description (#23653) PR Close #23653 06 July 2018, 20:49:57 UTC
2c6f84b docs: refactored ng-container code (#22742) PR Close #22742 06 July 2018, 20:49:35 UTC
8e726f7 build(bazel): update to rule_nodejs 0.10.0 (#24759) PR Close #24759 06 July 2018, 17:18:21 UTC
2d1102f docs: add workspace and related cli terms (#24633) PR Close #24633 06 July 2018, 17:13:40 UTC
0437598 docs(common): fix in the documentation of PUT (#24528) PR Close #24528 06 July 2018, 17:13:20 UTC
bc2bf18 docs: describe rounding behaviour of 'DecimalPipe' (#24303) PR Close #24303 06 July 2018, 17:13:00 UTC
b51ce62 docs(aio): added a link to Angular Zero online course (Traditional Chinese) (#24228) PR Close #24228 06 July 2018, 17:11:02 UTC
25b532e docs: clarify faqs about services (#24079) PR Close #24079 06 July 2018, 17:10:41 UTC
69c8226 docs: add app.module to changed documents (#23876) PR Close #23876 06 July 2018, 17:10:21 UTC
5326537 docs(router): add `paramsInheritanceStrategy` documentation (#22590) PR Close #22590 06 July 2018, 17:10:02 UTC
ada486a docs: fix typos in 'Httpclient' docs (#19127) PR Close #19127 06 July 2018, 17:09:41 UTC
563e8e3 docs: fix documention for attributes directive (#24367) fix:update documentation for attributes directive to fix error PR Close #24367 03 July 2018, 22:34:59 UTC
dd931c7 ci: fix broken build (#24747) 03 July 2018, 20:30:17 UTC
b8975a9 fix(core): use addCustomEqualityTester instead of overriding toEqual (#22983) This propagates other custom equality testers added by users. Additionally, if an Angular project is using jasmine 2.6+, it will allow Jasmine's custom object differ to print out pretty test error messages. fixes #22939 PR Close #22983 03 July 2018, 15:40:00 UTC
f441615 docs(aio): update contributors entry (#23786) PR Close #23786 02 July 2018, 22:45:39 UTC
6c55a13 feat(core): add support for ShadowDOM v1 (#24718) add a new ViewEncapsulation.ShadowDom option that uses the v1 Shadow DOM API to provide style encapsulation. PR Close #24718 02 July 2018, 21:37:42 UTC
144a624 docs: update HTTP error test example again (#24701) This has somehow regressed since angular/angular#22844 was merged. PR Close #24701 02 July 2018, 21:37:18 UTC
f561f5a docs: fix typo in pipes guide (#24452) PR Close #24452 02 July 2018, 21:36:55 UTC
916914b docs: fix docregion in attribute directives for highlight directive (#23972) Fixes #23503 PR Close #23972 02 July 2018, 21:36:24 UTC
9a98de9 fix(common): properly update collection reference in NgForOf (#24684) closes #24155 PR Close #24684 29 June 2018, 13:43:45 UTC
0f1de35 docs(core): rephrase doc for Injector.get (#24670) PR Close #24670 29 June 2018, 13:43:19 UTC
d89f57f build(docs-infra): render short description of parameters in API docs (#24537) PR Close #24537 28 June 2018, 22:03:15 UTC
ac5b69f fix(docs-infra): use clean package.json template when generating zips (#24691) Closes #24689 PR Close #24691 28 June 2018, 22:01:01 UTC
5ddd6dc docs: include ts-loader as shared example dependency (#24691) Closes #24671 PR Close #24691 28 June 2018, 22:01:01 UTC
ad68332 docs: consistent spacing in tutorial html files (#23105) (#24497) - Removed surrounding spaces in interpolation expressions following the styleguide - Consistant spacing of two spaces in html Fixes #23105 PR Close #24497 28 June 2018, 21:56:20 UTC
2880cf9 release: cut the v6.0.7 release 27 June 2018, 23:54:22 UTC
64a8584 fix(common): use correct ICU plural for locale mk (#24659) PR Close #24659 27 June 2018, 22:03:34 UTC
97897ab refactor(upgrade): fix examples for `strictPropertyInitialization` and remove internal comments (#18487) PR Close #18487 27 June 2018, 21:57:54 UTC
9378f44 docs(aio): tech edits to upgrade-lazy (#18487) PR Close #18487 27 June 2018, 21:53:24 UTC
afa46af docs(upgrade): use a class for upgraded service (#18487) This makes the resulting use in Angular more ideomatic, since we can just use the class type as the injection indicator. PR Close #18487 27 June 2018, 21:53:24 UTC
dbffdcc docs(upgrade): fix sub-ordered-list syntax (#18487) We must always use 1., 2. etc, to indicate ordered lists, even for sub-lists. We can change the sublist to display as a., b. etc, via CSS. PR Close #18487 27 June 2018, 21:53:24 UTC
06d68a1 docs(upgrade): add guide about `downgradeModule()` (#18487) PR Close #18487 27 June 2018, 21:53:24 UTC
75dd3c5 docs(upgrade): add API docs for `downgradeModule()` (#18487) PR Close #18487 27 June 2018, 21:53:24 UTC
23f5619 docs(upgrade): add API docs for `propagateDigest` (#18487) PR Close #18487 27 June 2018, 21:53:24 UTC
69167e4 docs(upgrade): update API docs for upgrade/static (#18487) PR Close #18487 27 June 2018, 21:53:22 UTC
10feafc docs: minor fixes in `docs-style-guide` (#18487) PR Close #18487 27 June 2018, 21:49:14 UTC
3f3fed9 test: minor improvements in examples e2e tests script (#18487) PR Close #18487 27 June 2018, 21:49:13 UTC
94433f3 docs: fix unit tests in toh-pt6 (#24491) Resolves #20373 PR Close #24491 27 June 2018, 21:33:26 UTC
aa75387 docs: add explanation for `enableResourceInlining` (#24644) PR Close #24644 27 June 2018, 21:31:54 UTC
3513ae4 docs(aio): fix adding to template driven forms (#23743) PR Close #23743 26 June 2018, 18:03:36 UTC
979e7b6 docs(aio): fix issues suggested by Brandon (#23743) PR Close #23743 26 June 2018, 18:03:36 UTC
41f008d docs(aio): fix issues suggested by Kara (#23743) PR Close #23743 26 June 2018, 18:03:36 UTC
c950410 docs(aio): address pr review issues (#23743) PR Close #23743 26 June 2018, 18:03:36 UTC
b0fa504 docs(aio): add cross field validation example (#23743) PR Close #23743 26 June 2018, 18:03:36 UTC
426f971 build(docs-infra): support hiding constructors of injectable classes (#24529) Classes that are injectable often have constructors that should not be called by the application developer. It is the responsibility of the injector to instantiate the class and the constructor often contains private implementation details that may need to change. This commit removes constructors from the docs for API items that are both: a) Marked with an injectable decorator (e.g. Injectable, Directive, Component, Pipe), and b) Have no constructor description This second rule allows the developer to override the removal if there is something useful to say about the constructor. Note that "normal" classes such as `angimations/HttpHeaders` do not have their constructor removed, despite (at this time) having no description. PR Close #24529 26 June 2018, 17:58:11 UTC
ae01c70 ci: fix broken build do to bad merge (#24662) PR Close #24662 25 June 2018, 20:11:16 UTC
3341a97 docs: test doc for decorator templates (#23902) PR Close #23902 25 June 2018, 17:58:00 UTC
2056e1f Revert "docs: test doc for decorator templates (#23902)" This reverts commit 3938a8be75240a9a59dae9f2c999e936b98de429. 25 June 2018, 17:54:47 UTC
3938a8b docs: test doc for decorator templates (#23902) PR Close #23902 25 June 2018, 17:09:15 UTC
393db94 docs: fix misdirected group links (#24569) PR Close #24569 25 June 2018, 17:03:43 UTC
65744e4 docs: test api doc for pipes (#24141) PR Close #24141 25 June 2018, 16:37:30 UTC
56bc869 test(aio): fix upgrade-phonecat examples e2e tests (#24583) Closes #19625 PR Close #24583 25 June 2018, 16:30:46 UTC
9426c02 build: upgrade AngularJS typings (#24583) Previously, we were using [@types/angularjs][1], which is deprecated and outdated (hasn't been updated for over two years). This PR switches to [@types/angular][2], which is regularly updated (based on the definitions on [DefinitelyTyped][3]). [1]: https://www.npmjs.com/package/@types/angularjs [2]: https://www.npmjs.com/package/@types/angular [3]: https://github.com/DefinitelyTyped/DefinitelyTyped PR Close #24583 25 June 2018, 16:30:46 UTC
0b356d4 fix(animations): set animations styles properly on platform-server (#24624) Animations styles weren't getting properly set on platform-server because of erroneous checks and absence of reflection of style property to attribute on the server. The fix corrects the check for platform and explicitly reflects the style property to the attribute. PR Close #24624 25 June 2018, 14:58:12 UTC
a886659 docs: add guide-angular.wishtack.io to education resources (#24585) PR Close #24585 25 June 2018, 14:57:34 UTC
3649958 build(docs-infra): move overload short description above syntax (#24526) PR Close #24526 25 June 2018, 14:56:37 UTC
8919577 docs: update Angular CLI option for sourcemaps (#24437) PR Close #24437 25 June 2018, 14:53:27 UTC
84eff42 docs: update `lowercase` pipe example in "AngularJS to Angular" guide (#24588) PR Close #24588 21 June 2018, 20:14:31 UTC
c11e84e build(docs-infra): redirect removed webpack guide to `v5.angular.io` (#24595) The outdated webpack guide has been removed in #24478, but people might still try to access it (via direct links or search-engine results). Instead of returning 404, we will now redirect `/guide/webpack` to the archived version of the guide at `v5.angular.io/guide/webpack`. PR Close #24595 20 June 2018, 23:51:34 UTC
1ce5a49 docs(aio): add elana olson to contributor.json file (#24579) Add new contributor, elana olson, to the contributors list. PR Close #24579 20 June 2018, 23:50:54 UTC
1f532aa feat(docs-infra): Add GitHub and Twitter external icon links to topnav toolbar (#24542) PR Close #24542 20 June 2018, 23:50:15 UTC
e81982e release: cut the v6.0.6 release 20 June 2018, 22:57:10 UTC
776bc38 test(animations): properly reference body node for SSR environments (#23300) PR Close #23300 20 June 2018, 18:00:42 UTC
7e7ef8e docs: More edits (#24255) PR Close #24255 19 June 2018, 17:53:14 UTC
dd90d92 docs: More form control API edits (#24255) PR Close #24255 19 June 2018, 17:53:14 UTC
1b86282 docs: Added multicast to observable descriptions (#24255) PR Close #24255 19 June 2018, 17:53:14 UTC
1a64223 docs: formatting (#24255) PR Close #24255 19 June 2018, 17:53:14 UTC
138e0d7 docs: More form control API references fixes (#24255) PR Close #24255 19 June 2018, 17:53:14 UTC
f0a4371 docs(docs-infra): Update with review changes (#24255) PR Close #24255 19 June 2018, 17:53:14 UTC
2be27fb docs(forms): update API reference for FormControl (#24255) PR Close #24255 19 June 2018, 17:53:14 UTC
74f07f4 docs: Remove outdated Webpack guide and example (#24478) A supporting Webpack guide will be introduced as part of the guidance for ejecting from the Angular CLI. Closes #23937 PR Close #24478 18 June 2018, 22:03:22 UTC
aa66e84 docs: push animation api doc changes back to stable (#24525) PR Close #24525 15 June 2018, 16:55:58 UTC
e1bc3f5 build(docs-infra): ensure all headings are sentence cased (#24527) PR Close #24527 15 June 2018, 16:13:46 UTC
f5b3661 fix(core): Injector correctly honors the @Self flag (#24520) Injector was incorrectly returning instance from parent injector even when `@Self` was specified. PR Close #24520 14 June 2018, 23:42:08 UTC
3147a92 build: fix broken circleci build (#24513) Bazel 0.14 allocates memory differently and runs out of RAM on a 4G circleci worker so use an xlarge machine for the integration_test job. Cherry-pick of #24512 onto patch branch. PR Close #24513 14 June 2018, 21:15:20 UTC
back to top