style(lint): re-format modules/@angular
This commit is contained in:
@ -1,13 +1,14 @@
|
||||
import {Injectable} from '@angular/core';
|
||||
|
||||
import {SecurityContext, SanitizationService} from '../../core_private';
|
||||
import {SanitizationService, SecurityContext} from '../../core_private';
|
||||
|
||||
import {sanitizeHtml} from './html_sanitizer';
|
||||
import {sanitizeUrl} from './url_sanitizer';
|
||||
import {sanitizeStyle} from './style_sanitizer';
|
||||
import {sanitizeUrl} from './url_sanitizer';
|
||||
|
||||
export {SecurityContext};
|
||||
|
||||
|
||||
/** Marker interface for a value that's safe to use in a particular context. */
|
||||
export interface SafeValue {}
|
||||
/** Marker interface for a value that's safe to use as HTML. */
|
||||
|
Reference in New Issue
Block a user