feat/ add webview directive

This commit is contained in:
Maxime GRIS
2018-01-24 13:39:45 +01:00
2 changed files with 14 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
import { Directive } from '@angular/core';
@Directive({
selector: 'webview'
})
export class WebviewDirective {
constructor() { }
}