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
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
  • 6
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 V V K
  • 1,245
  • 15
  • 24
2
votes
1 answer

Is the @Injectable decorator basically the angular 2 equivalent of @Component or @Autowired in Spring?

Does @Injectable mean "allow injection of whatever into the class which the decorator is above" Or Does it mean "allow me to inject this class (which the decorator is above) into 'wherever' in the application"?
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
  • 1
  • 16
2
votes
0 answers

ubuntu - node-pre-gyp ERR! Tried to download(403): https://node-zopfli.s3.amazonaws.com/Release/zopfli-v1.4.0-node-v48-linux-x64.tar.gz

System information: AWS EC2 Ubuntu 16.04 node v.6.10.2 npm 3.10.10 using angular-fullstack-generator when try: gulp serve get this error: Error: Cannot find module…
2
votes
0 answers

Can't get font awesome icons to display

Please, before closing as duplicate or bashing me take a look at what I've done. I generated the project with the latest angular-fullstack generator, which included font-awesome. I tried adding this line into the main.html just to verify that the…
2
votes
0 answers

Install admin theme inside of angular-fullstack app?

I am currently building a component based app using angular fullstack, and am having trouble installing an admin template like blur-admin (https://akveo.github.io/blur-admin/) inside my project. How to install an admin theme easily inside my angular…
William D
  • 65
  • 1
  • 10
2
votes
0 answers

Why creating a route with angular-fullstack creates a component?

Im using angular-fullstack newest version I think "generatorVersion": "3.7.5", and right now I created a route yo angular-fullstack:controller products and it created the files: products.controller.js products.controller.spec.js products.js…
2
votes
1 answer

Authenticate on stateProvider for a specific user (angular-fullstack)

I use angular-fullstack generator for my project(https://github.com/angular-fullstack/generator-angular-fullstack) and I have a demand page on my website who needs to be accessible by users with a defined role(admin). This page also needs to be…
2
votes
1 answer

Deploying Angular-fullstack app on Heroku using Codeship

I'm trying to deploy a website via CodeShip unto Heroku. The site is built with Yeoman's Angular-Fullstack generator, which is pushed to GitHub. Codeship detects the push, builds the entire thing and then the trouble start. Angular-Fullstack is set…
Lodybo
  • 467
  • 5
  • 13
2
votes
0 answers

angular-fullstack generator failed to load template while running dist folder?

I am having issue which is like this in image This issue is random.if i again gulp build and start running the project with command grunt serve:dist Now it may find the navbar.html but it will not find another template for another directive or…
2
votes
1 answer

ngSweetAlert vertical scroll bar disappear when clicking on cancel button

I'm using ngSweetAlert in my project. It works perfectly except when I added the showCancelButton: true property. Indeed, for example : SweetAlert.swal({ title: "Are you sure?", text: "Your will not be able to recover this imaginary file!", …
Emidomenge
  • 1,172
  • 17
  • 26
2
votes
0 answers

Grunt Build freeze for AngularJs-fullstack yeoman app

I am using Yeoman Generators to build Angular-fullstack app. But when i try to make build by using command "grunt build" or "grunt serve:dist", the process gets hanged or freeze and build is not made. Please let me know what i am doing…
Praveen
  • 91
  • 1
  • 7
2
votes
0 answers

Recursive messages on server socket console when trying to connect a node client socket

I started a project with the generator Angular-Fullstack. I want that external Node Clients (running in other machines) can connect to socket server in the Angular-FullStack project. I have tested it with a simple node server and client and it works…
2
votes
1 answer

Possible issue with multer? Error: Router.use() requires callback

Building a site with yeoman angular-fullstack works great locally, but when I deploy and use the dist/release version it gives me this fun error on my server. Error: Router.use() requires callback functions but got a [object Object] at…
Justin
  • 2,940
  • 3
  • 25
  • 43
1 2
3
23 24