generator-angular-fullstack
generator-angular-fullstack copied to clipboard
Yeoman generator for an Angular app with an Express server
We're working on end to end testing with protractor. We need to test our website on a variety of mobile devices so we would like to use [ChromeDriver Emulation](https://sites.google.com/a/chromium.org/chromedriver/mobile-emulation) The...
See: https://david-dm.org/angular-fullstack/angular-fullstack-deps/5.0.0 https://david-dm.org/angular-fullstack/angular-fullstack-deps/5.0.0?type=dev
I want to know, how to maintain pagination according to the user selection? For example, I have 5 routes like About, Home, Contact, etc.. in each of that routes I'll...
Change "mongoose": "4.1.2" to "mongoose": "^4.1.2" Cause: DeprecationWarning: `open()` is deprecated in mongoose >= 4.11.0, use `openUri()` instead, or set the `useMongoClient` option if using `connect()` or `createConnection()`. - [x]...
fix: error word - [x] I have read the [Contributing Documents](https://github.com/DaftMonk/generator-angular-fullstack/blob/master/contributing.md) - [x] My commit(s) follow the [AngularJS commit message guidelines](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/) - [x] The generator's tests pass (`generator-angular-fullstack$ npm test`)
I've noticed that typescript is only working for the frontend, is there a reason why is not implemented for the backend?
Hello I would like to mention that this is awesome generator I love it. I have a quick question. How would one force all http requests to https? I tried...
- [v ] I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests. Item | Version ----- |...
- [x] I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests. Item | Version ----- | -----...
After responding to all questions and executing with "gulp serve", localhost:3000 shows Cannot GET / - [x] I understand that GitHub issues are not for tech support, but for questions...