Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.97 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.97 KB

EncycloMovie

This project was generated with Angular CLI version 6.0.5.

This project is a sample of the use of the framework Angular 6, which is implemented in order to show the knowledge gained in the "Angular" course dictated by AlertLogic company. Here are some relevant points about the project which can demonstrate in a practical way the learned.

  • Application of the interfaces to complete the JSON responses that come from the API, in order to facilitate the creation of the objects.
  • Application of the use of models or types, to cast the interface on an object of some kind. (movie, tv show, people, video, seasons)
  • Application of class inheritance. (TV Shows and seasons).
  • Creation of a global service to share generic methods.
  • Creation of constants file.
  • Use of the routes module
  • Use of Angular Material.
  • Use of Flex-Layout.
  • Comments on most functions.
  • Custom theme.
  • Passing messages between components.

Note: Some of the styles of the application were based on the TMDB page.

DEMO

https://dev4ndy.github.io/encycloMovie/

Development server

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.

Code scaffolding

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.

Build

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.