Karelics / angular-unleash-proxy-client

Angular wrapper for unleash proxy client
MIT License
5 stars 0 forks source link

Add support for Angular 14 and 15 #1

Open Barzille opened 2 months ago

Barzille commented 2 months ago

Hi is it possible to add versions which work also with Angular 14 and 15?

yuri-karelics commented 2 months ago

Hi @Barzille, unfortunately we have no versions exactly for Angular 14-15, we started from 16. But 14-15 also support 'standalone' feature we are using in our directives, so you can try to install our package (version 16 for example) with '--legacy-peer-deps' flag

yuri-karelics commented 2 months ago

my bad, we started from Angular 15 :) So, just use our NPM package with version 15.1 (we use major version of our package similar to Angular version)