Alexandre Faustino

Results 18 comments of Alexandre Faustino

> Did not work for me. Same for me changeDetectorRef is not working

> I don't think this is a bug. Change detection is not intended to be "deep" checking each item in the array. It just checks the reference. Because you are...

Also has someone else experienced this bug ? https://angular-virtualdom-bug.stackblitz.io/ With 2 or 3 items inside the virtual scroll (depend on the height of your item) if you scroll fast to...

Highly appreciate also :)

Same error for me on a free tier cloud app brand new ``` { "errors": [ { "message": "DROP TABLE \"directus_users\" - SQLITE_CONSTRAINT: FOREIGN KEY constraint failed", "extensions": { "code":...

Faced the same issue. A white space as "text" solve temporary the issue ``

@shaharkazaz I will look into the tests failing however what do you mean by migration the playground ? It looks to me that the playground is using angular 17 as...

@shaharkazaz I have run the migration and did some test seems ok Regarding the lint and test now angular workspace are by default standalone so I force the workspace creation...

@whernebrink What is the error when you want to use it with angular 17 ? if it is only the version issue when you try to npm i ? Then...

I just created a brand new angular 17 app installed @ngneat/transloco and it works fine So what's the issue @beloveddd and @whernebrink