This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
Angular-Cn
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f95a604b59be3b370fd937df9d45cc4201e072ba
Angular-Cn
/
modules
/
@angular
/
platform-browser
/
test
/
browser
/
rectangle_mock.ts
T
4 lines
99 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(Ruler): introduce Ruler service
2015-04-06 21:45:54 +02:00
export
function
createRectangle
(
left
,
top
,
width
,
height
)
{
return
{
left
,
top
,
width
,
height
};
}
Reference in New Issue
Copy Permalink