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.2.9
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.2.10
Choose a head ref
  • 11 commits
  • 18 files changed
  • 9 contributors

Commits on Nov 4, 2022

  1. docs: made code appear better, etc. (#47336)

    Made code appear better and resolved some minor grammatical opportunities/issues.
    PR Close #47336
    abergquist authored and AndrewKushnir committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    6cc5b3e View commit details
    Browse the repository at this point in the history
  2. docs: fix missing word (#47876)

    PR Close #47876
    markuseckstein authored and AndrewKushnir committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    e93b3a5 View commit details
    Browse the repository at this point in the history
  3. docs: remove redirects to no longer existing page (#47929)

    This redirect is broken as this page no longer exists.
    
    PR Close #47929
    alan-agius4 authored and AndrewKushnir committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    cc1e96d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c940eb View commit details
    Browse the repository at this point in the history
  5. docs: add searchKeywords in testing guide (#47953)

    This is to push up the page in search results when searching for these terms.
    
    Ex: currently when searching using the term `test` this page is displayed at the middle of the results.
    
    PR Close #47953
    alan-agius4 authored and AndrewKushnir committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    956025a View commit details
    Browse the repository at this point in the history
  6. build: add --keep_going to components tests. (#47958)

    This configures CI to run all the tests and report all the failures instead of aborting after the first one.
    
    PR Close #47958
    dgp1130 authored and AndrewKushnir committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    6d4f759 View commit details
    Browse the repository at this point in the history
  7. fix(router): fix redirectTo on named outlets - resolves #33783 (#47927)

    fix(router): fix redirectTo on named outlets - resolves #33783
    
    PR Close #47927
    pixeldublu authored and AndrewKushnir committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    db867fe View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. refactor(core): remove duplicate createRenderer call (#47981)

    Fixes that we were calling `createRenderer` even though we had one already. This likely wasn't a performance issue since the renderer factory caches the renderer, but it's still better to reuse it to avoid confusion in the future.
    
    Fixes #47980.
    
    PR Close #47981
    crisbeto authored and AndrewKushnir committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    c3bc035 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. test(router): Move test for redirect under correct describe block (#4…

    …7993)
    
    This moves a redirect test to be grouped with other redirect tests.
    
    PR Close #47993
    atscott authored and AndrewKushnir committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    28efb06 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. fix(core): add zone.js version 0.12.x as a valid peer dependency (#…

    …48002)
    
    This commit adds `zone.js` version `0.12.x` as a valid peer dependency
    
    PR Close #48002
    alan-agius4 authored and AndrewKushnir committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    a4312e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b358b61 View commit details
    Browse the repository at this point in the history
Loading