generator-ngx-rocket
generator-ngx-rocket copied to clipboard
:rocket: Extensible Angular 14+ enterprise-grade project generator
I had the occasion to talk with the creator of [JHipster](https://www.jhipster.tech) recently, and it seemed a good idea to integrate ngX-Rocket as a [JHipster module](https://github.com/jhipster/generator-jhipster-module): we would generate the frontend,...
Related: https://github.com/ngx-rocket/generator-ngx-rocket/issues/418 Current Electron build is far from perfect: - it requires separate command to build / run / package app - running app in serve mode is tedious: 2...
To smooth out even more development of mobile app, we should add a new npm command to allow live reload dev workflow on mobile device, using: - https://github.com/nparashuram/cordova-plugin-browsersync - angular-cli...
## I'm submitting a... - [ ] Bug report - [x] Feature request - [ ] Documentation issue or request ## Current behavior Having just gone through a big port...
## I'm submitting a... - [ ] Bug report - [x] Feature request - [ ] Documentation issue or request ## Current behavior cordova builds use base href "./" and...
Follow-up of https://github.com/ngx-rocket/generator-ngx-rocket/issues/114. With initial Electron support coming in v6, I see multiple areas of improvements to the current implementation, using https://github.com/maximegris/angular-electron as ground for ideas 😉 - [ ]...
Once https://github.com/ngx-rocket/generator-ngx-rocket/issues/230 has landed, we should also consider support for [App Shell](https://developers.google.com/web/fundamentals/architecture/app-shell) as it is the logical next step. See https://blog.angular.io/angular-5-1-more-now-available-27d372f5eb4e We already have a shell component but mapped on...
## I'm submitting a... - [ ] Bug report - [x] Feature request - [ ] Documentation issue or request ## Current behavior Currently logging can only achieved by going...
Greetings! Congratulations for this great tool. I like it so much and it was very helpful create a prototype with PWA for my work. Anyway I was seeing the structure...
The current login page generated is a simple login/pass entry page to validate a basic auth workflow. Once integrated with a real auth solution, most often it will be desirable...