The Re-render function not working on Angular 18 #1800
Unanswered
4factories
asked this question in
Q&A
Replies: 1 comment
-
any workaround for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am using Angular 18 and I am trying to re-render the table after initialization, but it's not working. I need to reload because some rows may be deleted and I need to update the list with a backend call.
This is my code:
https://github.com/4factories/test/blob/9614a642838ba636236fefb247a29d79f1bbc987/lotto-stampo-list.component.html
https://github.com/4factories/test/blob/9614a642838ba636236fefb247a29d79f1bbc987/lotto-stampo-list.component.ts
Up to Angular 16 this method worked.
Beta Was this translation helpful? Give feedback.
All reactions