Closed bananenhoschi closed 2 years ago
Tested it also with a new angular app (ng new my-app). Doesn't work either.
I have that error too, fix installing in the app the lib unleash-proxy-client
@bananenhoschi Thanks for trying out the library. At the moment, unleash-proxy-client
is a peer dependency, which means that you have to install it yourself by doing npm i unleash-proxy-client
. Let me know if that fixes your problem.
This is now explicitly explained in the readme.md file as of v.1.0.3
Works! Thanks for the fast fix!
Hi there,
I'm trying to use your library. I've some troubles to build the application. The app is bearly naked, that means just the unleash client lib and angular material. While building the app I receive this error:
angular.json
package.json
tsconfig.json
Thank you for your help!
Best regards