Skip to content

Commit 3ee9f97

Browse files
committed
feat/ add webview directive
2 parents febe56a + d664ecd commit 3ee9f97

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[![Angular Logo](./logo-angular.jpg)](https://angular.io/) [![Electron Logo](./logo-electron.jpg)](https://electron.atom.io/)
22

3-
43
[![Travis Build Status][build-badge]][build]
54
[![Dependencies Status][dependencyci-badge]][dependencyci]
65
[![Make a pull request][prs-badge]][prs]
@@ -16,10 +15,10 @@ Bootstrap and package your project with Angular 5(+) and Electron (Typescript +
1615

1716
Currently runs with:
1817

19-
- Angular v5.0.1
20-
- Angular-CLI v1.5.0
21-
- Electron v1.7.6
22-
- Electron Packager v9.0.1
18+
- Angular v5.2.0
19+
- Angular-CLI v1.6.4
20+
- Electron v1.7.8
21+
- Electron Builder v19.45.4
2322

2423
With this sample, you can :
2524

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import { Directive } from '@angular/core';
2+
3+
@Directive({
4+
selector: 'webview'
5+
})
6+
export class WebviewDirective {
7+
8+
constructor() { }
9+
10+
}

0 commit comments

Comments
 (0)