File tree 2 files changed +14
-5
lines changed
2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Angular Logo] ( ./logo-angular.jpg )] ( https://angular.io/ ) [ ![ Electron Logo] ( ./logo-electron.jpg )] ( https://electron.atom.io/ )
2
2
3
-
4
3
[ ![ Travis Build Status] [ build-badge ]] [ build ]
5
4
[ ![ Dependencies Status] [ dependencyci-badge ]] [ dependencyci ]
6
5
[ ![ Make a pull request] [ prs-badge ]] [ prs ]
@@ -16,10 +15,10 @@ Bootstrap and package your project with Angular 5(+) and Electron (Typescript +
16
15
17
16
Currently runs with:
18
17
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
23
22
24
23
With this sample, you can :
25
24
Original file line number Diff line number Diff line change
1
+ import { Directive } from '@angular/core' ;
2
+
3
+ @Directive ( {
4
+ selector : 'webview'
5
+ } )
6
+ export class WebviewDirective {
7
+
8
+ constructor ( ) { }
9
+
10
+ }
You can’t perform that action at this time.
0 commit comments