@se-ng/swapi
v19.0.1
Published
This is a helper project to be able to use the [Star Wars API](https://swapi.co/) in my Angular samples. It fetches the entirety of SWAPI and caches this into indexedDB by utilizing [idb-keyval](https://github.com/jakearchibald/idb-keyval) from Jake Archi
Downloads
191
Readme
Swapi
This is a helper project to be able to use the Star Wars API in my Angular samples. It fetches the entirety of SWAPI and caches this into indexedDB by utilizing idb-keyval from Jake Archibald. This library's source is available on Sanders Samples repo.
Note!
From version 1.0.0 on, this library is distributed as
partial-Ivy
and > so only compatible with Angular 12+
to use the library do:
yarn add @se-ng/swapi idb-keyval
This library was generated with Angular CLI version 7.3.5.
Peer depedencies
- idb-keyval > V5.0.0
- rxjs > V7.0.0