webview.directive.ts 136 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 import { Directive } from '@angular/core'; @Directive({ selector: 'webview' }) export class WebviewDirective { constructor() { } }