generator-angular-fullstack icon indicating copy to clipboard operation
generator-angular-fullstack copied to clipboard

Yeoman generator for an Angular app with an Express server

Results 102 generator-angular-fullstack issues
Sort by recently updated
recently updated
newest added

- [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 ----- | -----...

- [x] I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests. The documentation refers to using `gulp...

info
V5

- [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`) Add i18n support...

passport.use('facebookToken', new FacebookTokenStrategy({ clientID: Config.facebook.clientID, clientSecret: Config.facebook.clientSecret, }, async (accessToken, refreshToken, profile, done) => { try { done(null, profile); console.log('profile: ', profile); } catch (error) { done(error, false, error.message); }...

need details

- [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 ----- | -----...

enhancement
V5

- [Yes ] 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 ----- | -----...

investigate

- [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 ----- |...

- [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`)

- [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 ----- | -----...

needs reply