Skip to content

Commit 76e7918

Browse files
committed
#412 change selector of WebviewDirective
1 parent 9d94f9c commit 76e7918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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
constructor() {}

0 commit comments

Comments
 (0)