angular-electron
angular-electron copied to clipboard
Angular2 + Electron
log below: ``` E:\angular-electron>npm run setup-demo > @angular2/[email protected] setup-demo E:\angular-electron > npm install --no-optional [email protected] es6-promise@^3.1.2 es6-shim@0 .35.0 [email protected] [email protected] zone.js@^0.6.6 @angular2/[email protected] E:\angular-electron +-- [email protected] +-- [email protected] +-- [email protected] +--...
ERROR in app\app.module.ts(30,28): Error during template compile of 'AppModule' Function calls are not supported in decorators but 'RegisterTranslatorModule' was called. any help
I cloned and ran the command and installed a few things and then hit typings install. Afterwards typings is not a recognized as an internal or external command [2017-07-05T14_36_57_767Z-debug-text.txt](https://github.com/angular/angular-electron/files/1125036/2017-07-05T14_36_57_767Z-debug-text.txt)
I want to learn about Electron. Previously I'm an Angular developer. Now I want to use Angular and Electron and I found this. Is this project is alive and active?
If users opt into using the split-render usage implemented here, then zones and change detection are handled automatically. For users who may want to use Electron without the worker-style case,...
I just found this and it looks very cool to integrate electron deeper into angular. I'd like to know if this project will be continued or if I should just...
Mine is a question more then an issue. If I’ve 2 angular app and the second one is loaded with an iframe by the first one is electron still a...
I've installed it using: git clone ...... then cd to the folder and run "npm install" Finally tried: "npm start" And I get this error: error TS6053: File 'typings/browser.d.ts' not...
``` 0 info it worked if it ends with ok 1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe', 1 verbose cli 'C:\\Users\\Usuario\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js', 1 verbose cli 'start' ] 2 info using [email protected] 3...
TypeScript 1.8 fails with ``` node_modules/angular2/src/facade/promise.d.ts(1,10): error TS2661: Cannot re-export name that is not defined in the module. ``` Pinning TypeScript down to 1.7 is a quick fix to make...