CSC360: Homework 2 [1/7] |
Complete the Learning Path
given in the
Angular2 Guide
Pick an editor. Here are some recommendations
Assignment 2: Complete the Tour of Heroes in Angular2
Once you are done, create a copy of your folder, delete the node_modules subfolder, and zip up the rest. Hand it in.
NEVER HAND IN THE node_modules FOLDER: it's huge! You should follow this process for all future assignments.
You can also use the exclude parameters of zip from the commandline:
zip -vr handin.zip * -x "node_modules/*" "typings/*" "*/*.js" "*/*.js.map" adding: CHANGELOG.md (in=371) (out=178) (deflated 52%) adding: Dockerfile (in=525) (out=271) (deflated 48%) adding: LICENSE (in=1078) (out=637) (deflated 41%) adding: README.md (in=2319) (out=1085) (deflated 53%) adding: app/ (in=0) (out=0) (stored 0%) adding: app/app.component.ts (in=582) (out=322) (deflated 45%) adding: app/main.ts (in=128) (out=93) (deflated 27%) adding: index.html (in=1200) (out=503) (deflated 58%) adding: package.json (in=787) (out=361) (deflated 54%) adding: styles.css (in=2305) (out=679) (deflated 71%) adding: tsconfig.json (in=342) (out=189) (deflated 45%) adding: typings.json (in=275) (out=138) (deflated 50%) total bytes=9912, compressed=4456 -> 55% savings
Here's a nice article on why angular2 is great: Why Java Developers Will Embrace Angular 2 and TypeScript