Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 14.1.2
Choose a base ref
...
head repository: angular/angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 14.1.3
Choose a head ref
  • 14 commits
  • 21 files changed
  • 11 contributors

Commits on Aug 11, 2022

  1. docs: remove duplicated sentence (#47126)

    PR Close #47126
    leosvelperez authored and Pawel Kozlowski committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    c365cfa View commit details
    Browse the repository at this point in the history
  2. docs: rename duplicate header (#47110)

    PR Close #47110
    sonukapoor authored and Pawel Kozlowski committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    bb40a08 View commit details
    Browse the repository at this point in the history
  3. docs: Moving a div down in tutorial toh-pt6.md (#47095)

    PR Close #47095
    aselunar authored and Pawel Kozlowski committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    6a94157 View commit details
    Browse the repository at this point in the history
  4. docs: add NG Poland 2022 and JS Poland 2022 to events (#47128)

    PR Close #47128
    kalbarczyk authored and Pawel Kozlowski committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0a99130 View commit details
    Browse the repository at this point in the history
  5. docs: fix embedded view description issue (#46957)

    createEmbeddedView method instantiates an embedded view based on this template and take your templateRef as argument and would render the passed templateRef in your ViewContainerRef.
    
    resolves #46955
    
    PR Close #46957
    AlirezaEbrahimkhani authored and Pawel Kozlowski committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    063035f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. docs: clarify use of unsubscribe with HttpClient (#47127)

    fix: #46542
    
    PR Close #47127
    Bob Watson authored and Pawel Kozlowski committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    09d5753 View commit details
    Browse the repository at this point in the history
  2. refactor(router): Update error message when Router is provided twice (#…

    …47130)
    
    The current error message is absolute in that it thinks there is only
    one possible way to provide Router twice. In fact, you can get a new
    instance of the Router in several ways so the error message should
    indicate the exact failure case with a _potential_ cause.
    
    Based on findings in thread 0cbbd6a#commitcomment-80900192
    
    PR Close #47130
    atscott authored and Pawel Kozlowski committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    5547ce0 View commit details
    Browse the repository at this point in the history
  3. docs: set titles to sentence case (#47083)

    * update overview and reviewing topics to accommodate new ToC
    * incorporate edits from peer reviews
    
    PR Close #47083
    Bob Watson authored and pkozlowski-opensource committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    bb465e1 View commit details
    Browse the repository at this point in the history
  4. refactor(router): Provide easily patchable file for assigning relativ…

    …eLinkResolution (#47136)
    
    For context on the migration plan, see b/241955063
    
    PR Close #47136
    atscott authored and Pawel Kozlowski committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    a5ca049 View commit details
    Browse the repository at this point in the history
  5. docs: fix code samples formatting in tutorial (#47144)

    PR Close #47144
    romamatusevich authored and Pawel Kozlowski committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    5ffc882 View commit details
    Browse the repository at this point in the history
  6. docs: remove duplicated styles (#47143)

    PR Close #47143
    romamatusevich authored and Pawel Kozlowski committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    970e68a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. build(docs-infra): upgrade cli command docs sources to 07471d230 (#47149

    )
    
    Updating [#14.1.x](https://github.com/angular/angular/tree/14.1.x) from
    [cli-builds#14.1.x](https://github.com/angular/cli-builds/tree/14.1.x).
    
    ##
    Relevant changes in
    [commit range](angular/cli-builds@a764b37...07471d2):
    
    **Modified**
    - help/cache.json
    
    PR Close #47149
    gkalpak authored and josephperrott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    3d9455e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. fix(compiler): infinite loop in parser assignment expression with inv…

    …alid left-hand expression (#47151)
    
    In #39004 some logic was introduced that tries to recover invalid expressions by treating the `=` token as a recovery point. It works by skipping ahead to the next recovery point inside the `skip` method which is called whenever an error is reported. This can lead to an infinite loop inside the `parseChain` method which assumes that reporting an error would've skipped over the token, but that won't happen since the `=` token is a recovery point. These changes resolve the infinite loop by breaking the loop if `error` didn't skip to a different token after the error was reported.
    
    Fixes #47131.
    
    PR Close #47151
    crisbeto authored and Pawel Kozlowski committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    0583227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dacac7e View commit details
    Browse the repository at this point in the history
Loading