UNPKG
@material-git/all
Version:
latest (2.0.0-dev.20160926)
2.0.0-git.20160919
2.0.0-git.20160912
2.0.0-dev.20160926
Angular 2 Material
github.com/angular/material2
angular/material2
@material-git/all
/
icon
/
fake-svgs.d.ts
6 lines
(5 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
import { Response }
from
'@angular/http'
;
/** * Returns an HTTP response for a fake SVG URL. */
export
declare
function
getFakeSvgHttpResponse
(
url:
string
):
Response
;