feat/ add webview directive
This commit is contained in:
10
src/app/directives/webview.directive.ts
Normal file
10
src/app/directives/webview.directive.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Directive } from '@angular/core';
|
||||
|
||||
@Directive({
|
||||
selector: 'webview'
|
||||
})
|
||||
export class WebviewDirective {
|
||||
|
||||
constructor() { }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user