This is an implementation of Raffle It! in Angular (2-4, etc).
Pros | Cons |
---|---|
Much easier than Angular 1.x | Dependency Injection doesn't belong in the frontend |
Highly opiniated makes for a fast 101 | A full framework is harder to tweak than a library |
Typescript is a good language | Typescript is not as future-proof as JavaScript |
- No validation on name and number of tickets when adding a participant
- You might have to install angular-cli
- Run
npm install
- Run
ng serve
npm install
npm run build
npm test
Raffle It! is MIT licensed.