livechat / chat-widget-adapters

This project contains a set of libraries for adapting LiveChat Chat Widget with certain frontend frameworks
https://developers.livechat.com
MIT License
24 stars 8 forks source link

Angular v15 update #65

Closed ectuser closed 1 year ago

ectuser commented 1 year ago

Is your feature request related to a problem? Please describe. Update to Angular v15

Describe the solution you'd like https://github.com/livechat/chat-widget-adapters/pull/64

Additional context Previous issue (https://github.com/livechat/chat-widget-adapters/issues/61) was not fully covered v15 migration. So, I've created a new PR with update to v15

walaszczykm commented 1 year ago

From my tests, the current version can be easily installed in the Angular 15 project and works fine without upgrading the Angular version used for building the package. To properly support older versions of Angular, we have yet to upgrade the used version for the package built.

walaszczykm commented 1 year ago

Here is a mentioned PR: https://github.com/livechat/chat-widget-adapters/pull/67