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: 13.2.6
Choose a base ref
...
head repository: angular/angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 13.2.7
Choose a head ref
  • 9 commits
  • 11 files changed
  • 8 contributors

Commits on Mar 9, 2022

  1. docs: update <div> to <p> in lifecycle-hooks.md (#45063)

    Changes <div> to <p> in description to match the elements in the screenshot.
    
    Update lifecycle-hooks.md
    
    Changes <div> to <p> in description to match the elements in the screenshot.
    
    PR Close #45063
    kane-alistair authored and atscott committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    10de528 View commit details
    Browse the repository at this point in the history
  2. refactor(router): Make a few adjustments to createUrlTree for clarity (

    …#45306)
    
    * `tree` function now accepts the old root rather than the old
      `UrlTree`. The `urlTree` argument was only used to get the `root`.
      This change makes it more clear what that pararmeter is used for and
      what's actually being used
    * Move the `oldRoot` (previously `urlTree`) to be the first argument of `tree`.
      This change now mirrors the argument order for `replaceSegment` and
      can be read from left to right more easily "in this root,
      replace this old segment group with this new segment group".
    * Extract `newRoot` to a variable. This just makes it more clear what's
      going on at the end rather than combining a bunch of operations into
      one.
    
    These changes are being made so that hopefully a future refactor can be
    done which does not rely on the `urlTree` argument at all in the
    `createUrlTree` function. These refactorings will make it easier to see
    1:1 functionlity in these various places.
    
    PR Close #45306
    atscott committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    6336b8e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. refactor(core): Switch over to new closure LOCALE vs getLocale() (#45302

    )
    
    This is a change requested via an LSC due to a deprecation.
    
    PR Close #45302
    thePunderWoman authored and atscott committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    78781a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. docs: Fix typo in issue template (#45327)

    PR Close #45327
    atscott committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    b096869 View commit details
    Browse the repository at this point in the history
  2. docs: fix small English typo (#45340)

    PR Close #45340
    alirezaghey authored and atscott committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    16eda01 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. fix(docs-infra): fix tour of heroes global styles (#45329)

    fix button styles in src/styles.css that are missing from code snippets
    
    PR Close #45329
    lee-cooper authored and atscott committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    b0892c0 View commit details
    Browse the repository at this point in the history
  2. fix(forms): improve error message for invalid value accessors (#45192)

    improve error message for invalid value accessors when accessor is not provided as array
    
    PR Close #45192
    ameryousuf authored and atscott committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    eac94f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9361f09 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    f6c229f View commit details
    Browse the repository at this point in the history
Loading