741 Views
Zone.js is a way of creating a new Context and getting the code executed within that context/Zone. Any code enclosed within a Zone whether synchronous or asynchronous is executed within the same context. Zone.js is basically used to create new context and execute code within it.
0 comments