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:
@ -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',
|
||||
|
Reference in New Issue
Block a user