/Astrology

Primary LanguageTypeScript

AstroApp

This App was built as a practice project of angular's core features. Uses data from an api to show information about a chosen astrological sign.

Try it live

The project includes:

  • Sign Service uses angular's httpclient to fetch data from the api with the specified params
  • App Component project's root template with router-outlet
  • App Routing Module uses angular's router to define the routes for each of the component
  • Sign List Component displays all the astrological signs
  • Sign Component displays details of the sign chosen in the List component