Hi everyone,
I’m trying to integrate Uppy into my Angular 19 project using the official @uppy/angular
package, as documented on your Angular integration page. However, when I try to import UppyAngularModule
like this:
import { UppyAngularModule } from '@uppy/angular';
I get the following error:
Module '"@uppy/angular"' has no exported member 'UppyAngularModule'.
I’ve already installed the package using npm install @uppy/angular
, and I’ve confirmed it’s present in my node_modules
.
Is this a documentation issue, or has the module name changed? I couldn’t find any mention of UppyAngularModule
in the actual package exports. It would be great if someone could clarify the correct way to use the Angular integration in the latest version of Uppy.
Thanks in advance!