#412 change selector of WebviewDirective

This commit is contained in:
Andreas Plewnia
2019-11-19 02:01:28 +01:00
parent 9d94f9c594
commit 76e7918d8a

View File

@@ -1,7 +1,7 @@
import { Directive } from '@angular/core'; import { Directive } from '@angular/core';
@Directive({ @Directive({
selector: '[webview]' selector: 'webview'
}) })
export class WebviewDirective { export class WebviewDirective {
constructor() {} constructor() {}