This app displays details of several Star Wars films and characters provided by the Star Wars API (https://swapi.co).
This project was generated with Angular CLI version 18.2.8.
Install Dependencies npm install
Run ng serve
for a dev server.
Navigate to http://localhost:4200/
You can also navigate directly to http://localhost:4200/film-details/:id to get details of a specific film with IDs from 1-6.
Run ng test
to execute the unit tests via Karma.