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: Meligy/routing-angular-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Meligy/routing-angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: forms-and-http
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 26, 2017

  1. feat(serve): add example of using custom base-href and proxy config

    The example added supports serving the app via http://localhost:4200/monitoring/ui/
    
    Just run `nom start` to serve the app
    Meligy committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    eee45cf View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2017

  1. feat(app-size): ensure use of forms and http to calculate size properly

    On Mac size can be show by:
    
    ```
    ng build --aot -prod --vendor-chunk=false && gzip -f dist/*.js && du -sh dist/*.gz
    ```
    Meligy committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    dc49829 View commit details
    Browse the repository at this point in the history
Loading