This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
angular-docs-cn
Watch
1
Star
0
Fork
0
You've already forked angular-docs-cn
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d4827caa08245d416e552ed368dbab3d543bc029
angular-docs-cn
/
modules
/
@angular
/
facade
/
src
/
math.ts
T
5 lines
92 B
TypeScript
Raw
Normal View
History
Unescape
Escape
repackaging: all the repackaging changes squashed
2016-04-28 17:50:03 -07:00
import
{
global
}
from
'./lang'
;
chore(ts): duplicate the .es6 files in the facade directory to TypeScript.
2015-04-01 10:45:56 -07:00
export
var
Math
=
global
.
Math
;
chore(build): update TypeScript version to unreleased beta
2015-04-29 11:47:11 -07:00
export
var
NaN
=
typeof
NaN
;
Reference in New Issue
Copy Permalink