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: 6.0.0-rc.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: 6.0.0
Choose a head ref
  • 19 commits
  • 53 files changed
  • 12 contributors

Commits on Apr 27, 2018

  1. fix(core): avoid eager providers re-initialization (#23559)

    Fix a corner case where eager providers were getting constructed twice if the provider was requested before the initialization of the NgModule is complete.
    
    PR Close #23559
    vikerman authored and IgorMinar committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    697b6c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a49ec4 View commit details
    Browse the repository at this point in the history
  3. docs: correct node.js version and usage (#23565)

    PR Close #23565
    jbogarthyde authored and IgorMinar committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    a30c570 View commit details
    Browse the repository at this point in the history
  4. docs: correct typos (#23565)

    PR Close #23565
    jbogarthyde authored and IgorMinar committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    ee7cb48 View commit details
    Browse the repository at this point in the history
  5. docs: correct more typos (#23565)

    PR Close #23565
    jbogarthyde authored and IgorMinar committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    e1e57dd View commit details
    Browse the repository at this point in the history
  6. build(aio): add support for faster, unoptimized serve (#23569)

    When running `yarn start` and `yarn serve-and-sync`, we are usually
    more interested in faster re-build times than optimized builds. This was
    also the behavior, before upgrading to @angular/cli@6 (fc5af69).
    
    This commit introduces a new configuration (`fast`), which is used by
    `yarn start` and `yarn serve-and-sync` to restore the faster,
    unoptimized builds.
    Other commands, such as `ng serve` and `ng e2e`, remain unchanged (using
    slower, optimized builds).
    
    PR Close #23569
    gkalpak authored and IgorMinar committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    1ab5fba View commit details
    Browse the repository at this point in the history
  7. docs(aio): update docs error in guide/http (#23567)

    Updates documentation to include examples for both req.flush and
    req.error in http testing examples.
    
    PR Close #23567
    Bennett Hardwick authored and IgorMinar committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    2e5457c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e92b22 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Configuration menu
    Copy the full SHA
    14138f6 View commit details
    Browse the repository at this point in the history
  2. docs(forms): Fixed a typo in the reactive form (From 'address' to 'se…

    …cretLairs') section (#23221)
    
    PR Close #23221
    jainanuj0812 authored and IgorMinar committed May 2, 2018
    Configuration menu
    Copy the full SHA
    f6002c1 View commit details
    Browse the repository at this point in the history
  3. build(aio): align stackblitz files with Angular CLI V6 (#23521)

    Also cleans up legacy references to `.angular-cli.json`
    
    PR Close #23521
    brandonroberts authored and IgorMinar committed May 2, 2018
    Configuration menu
    Copy the full SHA
    22eb8e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91d4da0 View commit details
    Browse the repository at this point in the history
  5. style(aio): add space between .home and .hamburger (#23624)

    When the `.hamburger` icon is clicked, it's background is drawn until
    the very edge of `.home`'s image, leaving no space.
    
    PR Close #23624
    Ardeshir81 authored and IgorMinar committed May 2, 2018
    Configuration menu
    Copy the full SHA
    1823d5d View commit details
    Browse the repository at this point in the history
  6. refactor(aio): move right margin from .home image to .home anchor (

    …#23624)
    
    This makes the outline of `.home` symmetric.
    
    PR Close #23624
    Ardeshir81 authored and IgorMinar committed May 2, 2018
    Configuration menu
    Copy the full SHA
    5fc4299 View commit details
    Browse the repository at this point in the history
  7. fix(aio): correctly route embedded live-example URLs from SW (#23637)

    Partially addresses #23626.
    
    PR Close #23637
    gkalpak authored and IgorMinar committed May 2, 2018
    Configuration menu
    Copy the full SHA
    983e5f2 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. build: update to rxjs@6.0.0 (#23679)

    PR Close #23679
    IgorMinar committed May 3, 2018
    Configuration menu
    Copy the full SHA
    ecde152 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0ccf5f View commit details
    Browse the repository at this point in the history
Loading