This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
How to ignore on properties with lazy loaded library #1137
Closed
Description
I lazily load some libraries. I set __Zone_disable_timer = true
to ignore setTimeout
and setInterval
in the lazily loaded libraries and then set __zone_symbol__BLACK_LISTED_EVENTS
to ignore custom events in the libraries like pointermove
and mousemove
. But I think it doesn't work well like under pictures.
How to set ignore with lazily loaded libraries.
Metadata
Metadata
Assignees
Labels
No labels