This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
37e6da6dfb
angular-cn
/
tools
/
broccoli
/
js-replace
/
SCRIPTS.js
3 lines
114 B
JavaScript
Raw
Normal View
History
Unescape
Escape
chore: upgrade to new Zone.js API v0.6.2 BREAKING CHANGE Removed deprecated API from NgZone - `NgZone.overrideOnTurnStart` - `NgZone.overrideOnTurnDone` - `NgZone.overrideOnEventDone` - `NgZone.overrideOnErrorHandler` Rename NgZone API - `NgZone.onTurnStart` => `NgZone.onUnstable` - `NgZone.onTurnDone` => `NgZone.onMicrotaskEmpty` - `NgZone.onEventDone` => `NgZone.onStable` Closes #7345
2016-02-25 17:24:17 -05:00
importScripts
(
"es6-shim.js"
,
"zone.js"
,
"long-stack-trace-zone.js"
,
"system.src.js"
,
chore(build): replace traceur-runtime with es6-shim. This removes traceur as a dependency for the t push -f angular2 build. Closes #4148
2015-09-11 19:00:26 -04:00
"Reflect.js"
)
;