This project was generated with Angular CLI version 14.05.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
- Normalize css
- TMDB API docs
- Prime Flex
- CSS Gradient
- Angular Pass Data to Route: Dynamic/Static
- How to deploy a React, Angular and Vue project to Github pages
- How to retry an HTTP request in Angular (with plenty of code examples)
- How to iterate over object properties in JavaScript
- Similar tv db app - repo
- running app from course
- Add the following lines to
.gitignore
file
/src/environments/**
- Then run the following command in cli
git rm -r --cached -- ./src/environments/
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.