A sample project for Angular workshop demos
-
🚚 Install dependencies
npm i -
🔬 Execute
npm test -
🚀 Execute
npm run apiandnpm startto run the app. -
📕 Read the
docsfolder content for more info.
- Base Store (Unit)
- Api Store (Integration)
- TimeSpan Pipe (Spy calls to DoC)
- Options Service (Spy calls to DoC)
- Utils Service (inject a mock)
- Api Service (HttpClientTestingModule)
- Home Service (integrated -> imports vs isolated -> providers)
- Agencies Component
- Bookings Component
- Options List (inside / outside)
- Home Component (dependencies... )
- Trips Form (fill form)