UNPKG

@angular/compiler

Version:

Angular - the compiler library

13 lines (12 loc) 418 B
/** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import { SecurityContext } from '../core'; /** Map from tagName|propertyName SecurityContext. Properties applying to all tags use '*'. */ export declare const SECURITY_SCHEMA: { [k: string]: SecurityContext; };