Salvatore Lopes
Salvatore Lopes
Lazy load this module to trigger the error. The error happens because BrowserAnimationsModule (as BrowserModule) can be included only ones in a project. It's caused by this line: animations_1.BrowserAnimationsModule inside...
Considering the list of addressed issues I decided to convert this package myself into a component that works with nuxt 3. Credits go to the original author of this package....
Hi, Would it be possible to add contentType: `application/vnd.api+json` so this package would be compatible with [https://laraveljsonapi.io/](https://laraveljsonapi.io/docs/1.0/requests/compliance.html#accept-header) as that package expects `application/vnd.api+json` ``` protected function guessFileExtension($response) { $contentType = $response->headers->get('Content-Type');...