This project was generated with Angular CLI version 1.3.0.
- This Demo application is to search movies
- Movies can be filter by movie name or genre
- On click of movie thumbnail will take you to the movie details page
- This app has dynamic Banner component which will change the image on every 3-4 sec built using observables
- The app is responsive using bootstrap
- Animation is used on thumbnail on mouserenter and mouseleave
- covered some unit test cases
- "npm install -g @angular/cli" (install angular cli globally)
- "npm install" (to install all the modules)
- "npm start" or "ng serve" (to start the app)
- URL : http://localhost:4200/
URL : https://movies-app-66252.firebaseapp.com/
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. Use the -prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.