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: main
Choose a base ref
...
head repository: dongchengjun/angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 173 files changed
  • 4 contributors

Commits on Feb 3, 2015

  1. refactor(build): explicitly mention src folder in imports

    Export files are now directly under the module folder,
    e.g. `core/core.js`. With this, an import like `core/core`
    won’t need a path mapping (e.g. via `System.paths`) any more.
    This adds the `src` folder to all other import statements as well.
    tbosch committed Feb 3, 2015
    2 Configuration menu
    Copy the full SHA
    02867be View commit details
    Browse the repository at this point in the history
  2. more types in fascades

    kevmoo authored and vicb committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    3ad6285 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd5d8be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f051ac5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2015

  1. Configuration menu
    Copy the full SHA
    c53dce4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7d8e63 View commit details
    Browse the repository at this point in the history
  3. cleanup

    vsavkin committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    ded49b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08e93a7 View commit details
    Browse the repository at this point in the history
  5. fix(zones): update to v0.4.0

    Closes #487
    btford authored and rkirov committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    e68e1f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2015

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