geeklearningio/gl-ngx-configuration

Compatibility with Angular 7

minuz opened this issue · 0 comments

minuz commented

Hi @sandorfr,

Currently the lib is fully compatible with Angular 7. However, due to the dependencies being to Angular 6, the consumed libraries have some warnings.

A simple approach could be marking the angular/RxJs dependencies as >=6.0.0 since there's no breaking changes between 6 and 7.

What do you think? This is not critical as the lib will still work. But it could eliminate the warning messages with this approach.
If you agree, I'll make another PR.