Paulo
Paulo
WHERE: @akveo/ng2-completer/src/modules/ng2-completer.module.d.ts:3:23 - error TS2314: Generic type 'ModuleWithProviders' requires 1 type argument(s). 3 static forRoot(): ModuleWithProviders; According to Angular 10 it's now necessary to have a generic type https://angular.io/guide/migration-module-with-providers
Angular 10 needs to update the ModuleWithProviders
:D Tested and Working Fixing #676 #658 #626 #613 Just add the 'INFO' key on your SWAGGER_SETTINGS on settings.py of Django and should work
Fixing Issues #880 and #435 With just a few tweeks on the implemations you can use the chunk file upload method. 4 new Parameters ```txt chunkSize: (1024*1024)*2, // Size of...
With this pull request I'm Fixing Issue #582 and #572 Also it's a improvement from the PR #566 Added another parameter `frameRemoveDelay` Default value is Null so it will not...