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

357 questions
4
votes
1 answer

Redirect to original request after authentication, Angular-Fullstack?

I am using the angular-fullstack (https://github.com/DaftMonk/generator-angular-fullstack) from the yeoman generator for the MEAN stack. I am new to most of these technologies and am just beginning to wrap my head around how the pieces fit…
3
votes
3 answers

How to pass models from API to components

What's the best way for transferring models between backend and frontend. Is it better to clone the backend ones in frontend even if not all properties are used ? Or use DTOs to transfer only necessary properties for each use-case ? If there is a…
Ghassen
  • 591
  • 1
  • 15
  • 33
3
votes
2 answers

Strapi API: Set custom query service to find nearest location within a range?

By sending latitude longitude of current Location, I would like to find the nearest airport in my collection. I've used geodist for finding the distance between two latitute/longitude coordinates. Question: Is it possible to make a query after…
3
votes
1 answer

gulp serve - Error: Cannot find module './build/bindings/encode.node'

try to install on my AWS EC2 ubuntu server the angular-fullstack framework found in here angular-fullstack Getting this error after running 'gulp serve': module.js:471 throw err; Error: Cannot find module './build/bindings/encode.node' at ... on…
Dani Banai
  • 1,080
  • 4
  • 14
  • 33
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
  • 832
  • 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
  • 147
  • 3
  • 16
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,676
  • 2
  • 24
  • 38
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
  • 53
  • 4
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
  • 537
  • 1
  • 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…
Stephan Kristyn
  • 15,015
  • 14
  • 88
  • 147
2
votes
0 answers

Starting .NetCore and Angular with one config/task in VSCode

I am trying to optimize the developer experiance for my Application. I have a monorepository with an .NetCore API and an Angular SPA. To start Debugging i was opening 2 Terminals and cd in to the directories to execute ng serve / dotnet watch run…
1
2
3
23 24