Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 731 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 731 Bytes

HeroesApp

Heroes App

Angular concepts used on this project

  • Third Party Angular Libraries.
  • Custom pipes.
  • Angular routing.
    • Guards.
    • Dynamic routes.
    • Pages.
  • Modules.
  • Services.
  • RxJs.
    • Observables - http requests.
      • CRUD http methods.
    • Subject - input suggestions debounce time.
    • Some operators.

Techs used