an example angular application using the marvel api
- install nodejs https://nodejs.org/en/
- run cmd with following command: npm install -g @angular/cli
- run command npm install under the src folder to install the npm packages
- register api key https://developer.marvel.com/
- set the api key to the key received from previous step *enviroment.ts *
- run command ng serve --open under the src folder to start the angular application
you can check these steps in more detail at https://angular.io/guide/quickstart