electron-angular-webpack icon indicating copy to clipboard operation
electron-angular-webpack copied to clipboard

A simple kit for Electron, Angular 6 and Webpack 4 including a live reload system for Angular.

Results 27 electron-angular-webpack issues
Sort by recently updated
recently updated
newest added

When I try to generate a new component in the project, I get this error: Local workspace file ('angular.json') could not be found. Where do I get the angular.json file?

Hi @lbassin > npm run dev (all ok!) ..omissis... Entrypoint undefined = index.html [0] ./node_modules/html-webpack-plugin/lib/loader.js!./src/index.hbs 833 bytes {0} [built] [1] ./node_modules/underscore-template-loader/file-loader.js?url=global.scss!./src/global.scss 67 bytes {0} [built] 「wdm」: Compiled successfully. ALL OK!...

I only : clone, instal & run dev :/ > Executing task: npm run dev < > [email protected] dev C:\electron\electron-angular-webpack > tsc electron.ts --outDir . && cross-env NODE_ENV=dev webpack-dev-server --port=4200...

Missing: - `npm install --save @angular/cli` to use `ng g` command - `angular.json` cli configuration file as created by ng new Error: When adding a new component the corresponding html-file...

Hi @lbassin @x-Raz Because Native app is amazing! So, i would like to add this feature but it seems a little difficult for automatically building/packing via `npm scripts`. Follow this...

For large application that we have many components and modules. So I hope this boilerplate has an option to enable code splitting and lazy loading. Here is a guide: https://toddmotto.com/lazy-loading-angular-code-splitting-webpack

When cloning project an runing `npm install` the `spec`-files cannot be compiled. Add `npm install --save-dev @types/jasmine` and push project