uniswap-dapp-integration-monorepo
uniswap-dapp-integration-monorepo copied to clipboard
Uniswap Angular component
Hello I'm using the uniswap angular widget component.
When importing it into the app.component.ts it works.
When importing it in another component, following error is thrown:
Error: Providers from the `BrowserModule` have already been loaded. If you need access to common directives such as NgIf and NgFor, import the `CommonModule` instead.
Thank you for your help