generator-angular-fullstack
generator-angular-fullstack copied to clipboard
Yeoman generator for an Angular app with an Express server
- [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...
- [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); }...
- [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 ----- | -----...
- [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 ----- | -----...
- [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 ----- | -----...