Top "Mean-stack" questions

The MEAN stack is a methodology that employs MongoDB, Express, Angular / AngularJS and Node.

AngularJS ui-router : Could not resolve___ from state ___ Error

I am following along on this year old ui-router tutorial http://txt.fliglio.com/2013/05/angularjs-state-management-with-ui-router/ and I'm getting the following …

angularjs pug angular-ui-router mean-stack
Get value from Input text field in angular 5

it seems to be an easy question, but nothing what i found worked for me. I have a standard input …

angular typescript mean-stack
AngularJS: '$scope is not defined'

I keep getting '$scope is not defined' console errors for this controller code in AngularJS: angular.module('articles').controller(…

javascript angularjs mean-stack
MongoDB - Error: invalid schema, expected mongodb

I'm new in building application with MEAN Stack, I'm trying to build a real time chat app, here is my …

node.js mongodb mean-stack
Logging stdout and stderr of Node

I am using the boilerplate code of mean.io and starting my server with the command: node server.js How …

node.js express mean-stack
How to update a array value in Mongoose

I want to update a array value but i am not sure about the proper method to do it ,so …

node.js mongodb express mongoose mean-stack
How to push notifications with angular.js?

I have been building a simple application to learn angular.js. So far I hooked up all the pieces in …

javascript mongodb angularjs push-notification mean-stack
Download file from http post request - Angular 6

UPDATED with res.send(data) instead of res.json(data) Using Angular 6 and NodeJS I am doing a web application. …

javascript node.js angular typescript mean-stack
How does Mongoose's save callback work?

For the MEAN stack, I'm learning about Mongoose's save() function, which takes a callback. Its API states: Model#save([options], […

javascript node.js mongodb mongoose mean-stack
Express has no method configure error

I'm trying to get started with the MEAN stack. And I'm following this tutorial: link I have made it until …

javascript node.js express mean-stack