Tim

Results 6 comments of Tim

Yarn: 1.22.17 and Node: 14.17.4. nix-shell: node 16

Oh, we changed this: ``` //... import { MatCarouselModule } from '@ngmodule/material-carousel'; @NgModule({ // ... imports: [ // ... MatCarouselModule.forRoot(), // ... ] }) export class AppModule {} ``` to...

@cyango I had the same issue, and used your code in a forked example of this repo, but also had to add: ``` @types/draco3d debounce @types/eslint @types/estree @types/json-schema @types/json5 @types/offscreencanvas...

That was a killer to debug but got there in the end (chatgpt was not really all that helpful either). so apparently, because the feed.xml files were being put into...

thanks for this library by the way, I tried making something like this myself, but you are clearly the superior coder! I'll need to add a credits section to my...