feat/ add webview directive
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
[](https://angular.io/) [](https://electron.atom.io/)
|
[](https://angular.io/) [](https://electron.atom.io/)
|
||||||
|
|
||||||
|
|
||||||
[![Travis Build Status][build-badge]][build]
|
[![Travis Build Status][build-badge]][build]
|
||||||
[![Dependencies Status][dependencyci-badge]][dependencyci]
|
[![Dependencies Status][dependencyci-badge]][dependencyci]
|
||||||
[![Make a pull request][prs-badge]][prs]
|
[![Make a pull request][prs-badge]][prs]
|
||||||
@@ -16,10 +15,10 @@ Bootstrap and package your project with Angular 5(+) and Electron (Typescript +
|
|||||||
|
|
||||||
Currently runs with:
|
Currently runs with:
|
||||||
|
|
||||||
- Angular v5.0.1
|
- Angular v5.2.0
|
||||||
- Angular-CLI v1.5.0
|
- Angular-CLI v1.6.4
|
||||||
- Electron v1.7.6
|
- Electron v1.7.8
|
||||||
- Electron Packager v9.0.1
|
- Electron Builder v19.45.4
|
||||||
|
|
||||||
With this sample, you can :
|
With this sample, you can :
|
||||||
|
|
||||||
|
|||||||
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