| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Prior to this change children nodes that where both deleted and recieved an event on during the same tick were throwing errors. This commit fixes it. fixes angular#66711
| hasMetadata(key: MetadataKey<any, any, any>): boolean; | ||
| readonly hidden: Signal<boolean>; | ||
| readonly invalid: Signal<boolean>; | ||
| readonly isOrphaned: Signal<boolean>; |
There was a problem hiding this comment.
We might want this to be public.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Prior to this change children nodes that where both deleted and recieved an event on during the same tick were throwing errors. This commit fixes it.
fixes #66711