fix(build): update API spec to include the return value.

This commit is contained in:
Martin Probst 2016-06-09 10:11:02 -07:00
parent 346304762e
commit b60eecfc47
1 changed files with 1 additions and 1 deletions

View File

@ -1530,7 +1530,7 @@ const PLATFORM_BROWSER = [
'DomEventsPlugin.supports(eventName:string):boolean',
'DomSanitizationService',
'DomSanitizationService.bypassSecurityTrustHtml(value:string):SafeHtml',
'DomSanitizationService.bypassSecurityTrustResourceUrl(value:string):any',
'DomSanitizationService.bypassSecurityTrustResourceUrl(value:string):SafeResourceUrl',
'DomSanitizationService.bypassSecurityTrustScript(value:string):SafeScript',
'DomSanitizationService.bypassSecurityTrustStyle(value:string):SafeStyle',
'DomSanitizationService.bypassSecurityTrustUrl(value:string):SafeUrl',