Skip to content

Commit

Permalink
feat/ add webview directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Hercules2013 committed Jan 24, 2018
2 parents febe56a + d664ecd commit 3ee9f97
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![Angular Logo](./logo-angular.jpg)](https://angular.io/) [![Electron Logo](./logo-electron.jpg)](https://electron.atom.io/)


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

Currently runs with:

- Angular v5.0.1
- Angular-CLI v1.5.0
- Electron v1.7.6
- Electron Packager v9.0.1
- Angular v5.2.0
- Angular-CLI v1.6.4
- Electron v1.7.8
- Electron Builder v19.45.4

With this sample, you can :

Expand Down
10 changes: 10 additions & 0 deletions src/app/directives/webview.directive.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { Directive } from '@angular/core';

@Directive({
selector: 'webview'
})
export class WebviewDirective {

constructor() { }

}

0 comments on commit 3ee9f97

Please sign in to comment.