feat(security): expose the safe value types.

This allows users to properly type their `SafeHtml`, `SafeStyle`, etc values.

Fixes #8568.
This commit is contained in:
Martin Probst
2016-05-13 10:07:17 +02:00
parent 8b1b427195
commit 50c9bed630
3 changed files with 19 additions and 1 deletions

View File

@ -1224,6 +1224,11 @@ const BROWSER = [
'By.css(selector:string):Predicate<DebugElement>',
'By.directive(type:Type):Predicate<DebugElement>',
'DomSanitizationService',
'SafeHtml',
'SafeScript',
'SafeStyle',
'SafeUrl',
'SafeResourceUrl',
'SecurityContext',
'Title',
'Title.getTitle():string',