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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Users should no longer fetch zone typings from DefinitelyTyped, now that it is written in TS we can distribute typings along with the .js files like rxjs and angular2 do.
This is needed so that user code (including angular2) can rely on moduleResolution=node to find the zone typings, rather than pollute with an ambient module.
Users should no longer fetch zone typings from DefinitelyTyped, now that it is written in TS we can distribute typings along with the .js files like rxjs and angular2 do.
This is needed so that user code (including angular2) can rely on moduleResolution=node to find the zone typings, rather than pollute with an ambient module.