zebzhao / Angular-QueryBuilder

A modernized Angular 4+ query builder based on jquery QueryBuilder
MIT License
291 stars 218 forks source link

[Attention] angular2-query-builder is not going work with Angular v16 #257

Open iKrishnaSahu opened 1 year ago

iKrishnaSahu commented 1 year ago

Angular is going to remove ngcc functionality in upcoming v16 which will drop support for all view engine libraries including this library.

@ngtools/webpack NGCC integration has been removed and as a result Angular View Engine libraries will no longer work.

Changelog link -

Commit link - https://github.com/angular/angular-cli/commit/c8ac660d8b13922be7ebcc92dfd5b18392602c40#diff-9c7ca60aad39fc0d92fc425a1e82ce3aa951179305575e44816323d1f57d110c

PR link - https://github.com/angular/angular-cli/pull/24720

likymm commented 1 year ago

Do we have plan to use Ivy for this library?

alexlungu10 commented 1 year ago

Hi all, thanks for the nice work you did in this project! When building with Angular 15, I get this warning: ....

raysuelzer commented 1 year ago

@iKrishnaSahu good to know. I see you contributed at my extremely unofficial fork I had to make a few years ago. I'm not sure if I am using ivy there entirely or not.

iKrishnaSahu commented 1 year ago

Do we have plan to use Ivy for this library?

@likymm @alexlungu10 I don't think the owner of this repo has any plan for it.

likymm commented 1 year ago

Do we have plan to use Ivy for this library?

@likymm @alexlungu10 I don't think the owner of this repo has any plan for it.

Too bad. I know there are a lot of alternatives but this library is the best so far