refactor: update paths from modules/@angular to packages

This commit is contained in:
Jason Aden
2017-03-07 11:04:30 -08:00
parent da8ea350b2
commit b74ab83d2c
53 changed files with 232 additions and 104 deletions

View File

@ -11,7 +11,7 @@ behavior) just like an Angular application developer would write.
./build.sh
# run when test change
./modules/@angular/examples/build.sh
./packages/examples/build.sh
# start server
$(npm bin)/gulp serve-examples
@ -26,7 +26,7 @@ navigate to [http://localhost:8001](http://localhost:8001)
./build.sh
# run to compile tests and run them
./modules/@angular/examples/test.sh
./packages/examples/test.sh
```
NOTE: sometimes the http server does not exit properly and it retains the `8001` port.