You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zone lib provides beforeTask & afterTask as hooks that be defined when creating the zone. Does the + and - sugar form zone.js make sense to add here?
Zones in this lib are independent and carry their own hooks rather than inherit from parent. Users have be explicit about what hooks to run. What is the use-case where inheritance is useful?
Open questions:
+
and-
sugar form zone.js make sense to add here?When I emit from zone1, would before/after be executed only on zone3 or on zone2 as well?
The text was updated successfully, but these errors were encountered: