This project is a starter app for using Angular 2.0 with Webpack and the packager.
- Clone the repo
- Install Node/NPM. (Node version 6.7.0+)
- Install Yarn
npm install -g yarn - Install angular-cli
npm install -g angular-cli - run
yarn - run
yarn startto start the dev server
- run
yarn build - the build artefacts will be found in the /angular/dist directory.
- run
yarn lint
TESTING WITH KARMA NOT CURRENTLY WORKING
This is a list of the third party frameworks and libraries that the development team will monitor via development mailing lists for vulnerabilities. Vulnerabilities which are found will be addressed in a Pull Request to indicate that the version was changed to address the vulnerability.
| Framework/ Library | Version | License |
|---|---|---|
| Angular | 4.2.x | MIT |
| Bootstrap | 4.0.x | MIT |
| ngrx/store | 2.2.x | MIT |
| Jasmine | 2.4.x | MIT |
| Karma | 1.4.x | MIT |
| PhantomJS | 2.1.x | Apache 2.0 |
| RxJs | 5.4.x | Apache 2.0 |
| TypeScript | 2.4.x | Apache 2.0 |
| Webpack | 2.2.x | MIT |