Questions tagged [angular-fullstack]

Related to Angular Full-Stack Generator project

Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node - lets you quickly set up a project following best practices.

https://github.com/angular-fullstack/generator-angular-fullstack

324 questions
3
votes
1 answer

Using Qlik with Webpack 1

I'm using webpack 1 to try and import an external js file, written in the amd module pattern, from a product called Qlik, which does visualizations. The project uses angular-fullstack yeoman generator, so the webpack config file is:…
Eric C
  • 812
  • 3
  • 8
  • 20
3
votes
1 answer

Passport integration issue

Could someone help please, I'm trying to use this module (https://github.com/jaredhanson/passport-instagram) to add sign/signup with Instagram to my angular-fullstack (https://github.com/angular-fullstack/generator-angular-fullstack) app but I'm…
3
votes
2 answers

How to inject dependency in Angular 1.5 component generated by Angular-Fullstack

I have used the Yeoman Angular-Fullstack generator to create a new component and I am attempting to inject the Modal service into it. ng-annotate is being used to inject the service however I get this: Error: [$injector:strictdi]…
Suavelizard
  • 129
  • 3
  • 14
3
votes
3 answers

sequelize, Statement(where) in statement(where)

I'm trying for 2 hours to resolve a little problem which is not one. I'm on an generated yeoman Angular-fullstack App. I want to write this code with sequelize: SELECT * FROM demand WHERE city_id NOT IN ( SELECT city_id FROM demand WHERE…
Wandrille
  • 4,576
  • 2
  • 14
  • 36
3
votes
0 answers

The Latest angular-fullstack-generator Is Missing the glyphicons-halflings-regular Fonts in the gulp serve:dist? Why?

I have a large project based on the angular-fullstack-generator, and when I run: gulp serve:dist I see: GET /bower_components/bootstrap-sass-official/vendor/assets/fonts/bootstrap/glyphicons-halflings-regular.woff 404 0.739 ms - 14 GET…
JoelParke
  • 2,286
  • 2
  • 21
  • 33
3
votes
2 answers

Use UI-Bootstrap Modal with Angular-Fullstack and ES6

I would like to use the ui-bootsrap Modal with the AngularJS Fullstack Generator & ES6, but it doesn't work. I would like to choose a Project, click "Edit" and edit the Project in a large Modal. But I don't get the modal to open. In the Console, I…
3
votes
3 answers

CSRF token missing, Ionic - AngularJS FullStack

I Have a project with the backend on a MEAN stack started with AngularJS Full-Stack generator and an app under Ionic, when i try to do a POST request to do a login from the Ionic app the server says "CSRF token missing" {"error":{"message":"CSRF…
3
votes
2 answers

Yeoman Angular Fullstack - how to secure routes?

I have created a new route 'Rooms' with the generator and have modelled my $stateProvider on the admin route .state('admin', { url: '/admin', templateUrl: 'app/admin/admin.html', controller: 'AdminController', controllerAs: 'admin', …
stevejvv
  • 43
  • 4
3
votes
3 answers

How to prevent git commit from deleting files

I just did a git commit and it deleted a few files seemingly randomly from my node_modules folder. Has anyone had this issue? To be clear, my latest git commit deleted delete mode 100644…
rashadb
  • 2,450
  • 4
  • 29
  • 51
3
votes
1 answer

How to change the template from jade to html in angular meanstack project

When I was creating project using Yo angular fullstack, I was selected jade is template engin. But I want to change it to html. And I want change all jade file to html file. It is possible and How can, if it is possible.
P John Raj
  • 489
  • 4
  • 17
3
votes
1 answer

504 Timeout when running 'yo angular-fullstack:openshift'

I'm new to OpenShift and am trying to follow the MEANStack example here. When I run yo angular-fullstack:openshift myApp I'm getting the following error... Creating application 'myApp' ... Server returned an unexpected error code: 504 ✖ {…
3
votes
1 answer

Cross Domain Origin Problems when deploying Angular Full Stack App on Server

I am really out of knowledge here; I searched GitHub, Google and StackOverflow to an extreme extend on this issue with no resolution. I have a Angular Fullstack Generator App. This is build as follows: Node -> Express -> Angular I am doing nothing…
Steve K
  • 12,452
  • 10
  • 74
  • 126
2
votes
1 answer

Jhipster webpack production ERROR in ./src/main/webapp/app/app.main.ts ,Module not found:Error: Can't resolve './app.module.ngfactory'

When did I run yarn run webpack:prod , it showed -> ERROR in ./src/main/webapp/app/app.main.ts Module not found: Error: Can't resolve './app.module.ngfactory' in '/home/myProject/src/main/webapp/app' @ ./src/main/webapp/app/app.main.ts 2:0-62 I am…
Akash
  • 31
  • 5
2
votes
1 answer

Circular dependency error in angular 5

Always I'm getting warning that is circular dependency WARNING in Circular dependency detected: src\app\auth\logout\logout.component.ts -> src\app\auth\_services\authentication.service.ts -> src\app\app.module.ts -> src\app\app-routing.module.ts…
ramana vv
  • 1,141
  • 11
  • 21
2
votes
1 answer

ng-click(parameters) open a popup window with dropdown,then selected item and parameters sent to the service

I'm new to Angular-js. I'm using JSP for front end and passing values from UI to controller.Now I need to open a new popup list where user can select an option, then pass all parameters to service .. ng-click="rewardRetry(singleWinner)" controller…
Musni
  • 73
  • 12
1
2
3
21 22