Merge pull request #413 from cyluxx/master
#412 change selector of WebviewDirective
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user