Merge pull request #413 from cyluxx/master

#412 change selector of WebviewDirective
This commit is contained in:
Maxime GRIS
2019-11-19 15:23:17 +01:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
import { Directive } from '@angular/core';
@Directive({
selector: '[webview]'
selector: 'webview'
})
export class WebviewDirective {
/* eslint "no-empty-function":0, "@typescript-eslint/no-empty-function": 0 */