A movies collection application that lists all movies in collection and allows users to search for a particular movie. When a user clicks on any movie on the list, a page shows the details for that movie.
A demo for this application can be found here.
This project was generated with Angular CLI version 1.7.4.
- Clone repository
- Do an
npm install - Run
ng servefor a dev server. Navigate tohttp://localhost:4200/. The app will automatically reload if you change any of the source files. - Run
ng buildto build the project. The build artifacts will be stored in thedist/directory. Use the-prodflag for a production build. - Run
ng testto run tests
Tags: Movies, Angular, Redux.