ngx-csv-parser icon indicating copy to clipboard operation
ngx-csv-parser copied to clipboard

TS error, there is more argument that is necessary.

Open maracunha opened this issue 1 year ago • 0 comments

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch [email protected] for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/ngx-csv-parser/lib/ngx-csv-parser.component.d.ts b/node_modules/ngx-csv-parser/lib/ngx-csv-parser.component.d.ts
index 6f5563c..3c5ed0f 100644
--- a/node_modules/ngx-csv-parser/lib/ngx-csv-parser.component.d.ts
+++ b/node_modules/ngx-csv-parser/lib/ngx-csv-parser.component.d.ts
@@ -4,6 +4,6 @@ export declare class NgxCsvParserComponent implements OnInit {
     constructor();
     ngOnInit(): void;
     static ɵfac: i0.ɵɵFactoryDeclaration<NgxCsvParserComponent, never>;
-    static ɵcmp: i0.ɵɵComponentDeclaration<NgxCsvParserComponent, "lib-ngx-csv-parser", never, {}, {}, never, never, false, never>;
+    static ɵcmp: i0.ɵɵComponentDeclaration<NgxCsvParserComponent, "lib-ngx-csv-parser", never, {}, {}, never, never, false>;
 }
 //# sourceMappingURL=ngx-csv-parser.component.d.ts.map

This issue body was partially generated by patch-package.

maracunha avatar Mar 07 '24 12:03 maracunha