Angular src restructured as modular as per angular official guidelines, .travis.yml support added for node 12
This commit is contained in:
8
src/app/shared/directives/webview/webview.directive.ts
Normal file
8
src/app/shared/directives/webview/webview.directive.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Directive } from '@angular/core';
|
||||
|
||||
@Directive({
|
||||
selector: '[webview]'
|
||||
})
|
||||
export class WebviewDirective {
|
||||
constructor() {}
|
||||
}
|
||||
Reference in New Issue
Block a user