Skip to content

Code0987/Angular-7-Example-OMDB-Movies

Repository files navigation

Angular 7 Example: OMDB Movies

Details

The project is built using Angular 7. It uses OMDB Api, the code for it can be found in app.service.ts.

Setup

For debugging,

npm install
ng serve

For live,

npm install
npm run postinstall
npm run start

Screenshots

1 - Search 2 - Details 3 - History