A workshop about beginner and intermediate Angular patterns.
Open and follow the slide deck at https://nearform.github.io/angular-patterns-workshop/.
- Node LTS
- An API key from The Movie Database
- Clone this repository
- Add a TMDB API key:
- Sign up to The Movie Database
- Make a note of your API key at Settings -> API -> Request an API Key -> Developer -> API Key (v3 auth)
- Copy
apps/movies/src/environments/environment.ts
toapps/movies/src/environments/environment.development.ts
- Update the
apiKey
property with the value of your API key
npm i
npm run movies
to start the application- To complete the exercises you will need to be signed in to TMDB
- To sign in, select the "Login" button in the top right of the UI
npm run slides
to start the slide deck (optional)