This project was used for the angular demo at the wild hacks meeting on 5/17/2017. A partial talk track is contained within the repository. the master represents the final state at the end of the demo. A few companion slides are in the presentation Hack Angular Wildly on slideshare.
If you are interested in a step by step tutorial, which covers angular.cli, basic components, and creation and wiring of a basic angular service, you can follow the wildangular tutorial in a related github repo.
This tutorial also covers the pre-reqs, which are similar.
This repository was generated with the angular-cli. What follows are generic pieces of information for the cli.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive/pipe/service/class/module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run ng test
to execute the unit tests via [Karma](https://karm(a-runner.github.io).
Run ng e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.