Skip to content

Commit db6c0e4

Browse files
authored
Merge pull request #413 from cyluxx/master
#412 change selector of WebviewDirective
2 parents 868d184 + 76e7918 commit db6c0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/directives/webview/webview.directive.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Directive } from '@angular/core';
22

33
@Directive({
4-
selector: '[webview]'
4+
selector: 'webview'
55
})
66
export class WebviewDirective {
77
/* eslint "no-empty-function":0, "@typescript-eslint/no-empty-function": 0 */

0 commit comments

Comments
 (0)