Skip to main content

All Questions

Tagged with
0 votes
1 answer
184 views

NodeJS server performs POST request, but returns HTTPErrorResponse

I'm using Angular's HttpClient to perform a POST request to my NodeJS server, like so: createData(data:any):Observable<any> { // verifying the content type is need to ensure the JSON object ...
Andre's user avatar
  • 91
-1 votes
1 answer
83 views

node js stops working on multiple api request from angular and working after restarting the node app

i am developing an app with node express js and angular js. My angular app makes an api request from node js app server on each route or button click, also a single component or button click may ...
Mohammed Hablullah's user avatar
1 vote
1 answer
324 views

Can we apply Calculation formulas in the values directly in the MySQL database?

I want to apply some customised mathematics formula on values present in the database !..Directly In The Database..! but I don't know how to do it.
Sonakshi Bhardwaj's user avatar
0 votes
1 answer
151 views

Angular, mysql and nodejs create a listview

i'm new to angular, the journey is going quite well for now but it's also a bit challenging. Managed to fix some issues with the application like insert dating successfully in the server and so on, ...
Lucien Mendela's user avatar
0 votes
3 answers
477 views

How to insert data into mysql using angular and nodejs - getting (NULL, NULL) upon insert - Problem solved

Good day, I've been trying to learn a bit of angular and nodejs. I found a tutorial on a realtime chat app and made some few adjustment to some function of the code. But the one aspect that I cannot ...
Lucien Mendela's user avatar
1 vote
0 answers
304 views

How to deploy Node.JS app with Angular MySQL on AWS?

I have a working node js app (angular + MySQL) which i can run on local host using XAMPP (Apache) with no issue but i want to upload it on AWS or any similar web service. I have tried to upload it on ...
Ash's user avatar
  • 11
1 vote
1 answer
95 views

I'm getting error while connecting to node js server(angularjs,nodejs,mysql connection)

Error: Failed to lookup view "app/rooms" in views directory "E:\Angular\project1\views" at Function.render (E:\Angular\project1\node_modules\express\lib\application.js:580:17) at ...
senthu's user avatar
  • 15
1 vote
0 answers
49 views

How to display specific data from mysql in index.html with nodejs,angularjs

Apologise for my poor formatting for the question. i am new to nodejs,angularjs. I am trying to make my display output of my index.html of the food name and price. I have set up the connection of my ...
Some Guy's user avatar
1 vote
1 answer
116 views

How to solve "slider's all images display "in Angularjs But in HTML slider works properly

When I am using HTML, then image slider works properly but when I am using AngularJS then my image slider displays all image. After display all images when I clicking next button then my slider work ...
awwalfaeed's user avatar
0 votes
0 answers
462 views

How to send notification based on date stored in DB

I am building an CRM (Customer Relationship Management) web app using NodeJS and angular js. The user will set a date time to contact client in case the client is unreachable. The part where I am ...
pythoniesta's user avatar
0 votes
1 answer
199 views

using MYSQL data is getting in console but not rendering on HTML pages

I am creating a CRUD using MySQL, Node, AngularJS, and Express. I am getting the response in the consoles but the data is not rendering in HTML pages. The below-attached picture is the list of ...
Meera's user avatar
  • 1
0 votes
1 answer
185 views

how to make installer of a web app in angular,mysql , php, and node

I have created a application that uses angularjs and php and nodejs as backend and redis as a caching server, now i want to create a installer that can package the installation of php mysql and nodejs ...
Mitesh Panchal's user avatar
0 votes
1 answer
39 views

ReferenceError: jurusan is not defined in Angular with Nodejs

I'm new to this and trying AngularJS and NodeJS, I got stuck in this error. I am trying to make a dynamic select option, I'm trying to echo a table from MySQL database using NodeJS and throw the data ...
redwhale21's user avatar
0 votes
1 answer
53 views

Express app not accessible sometimes only for some users

The app is not accessible sometimes but only for some users. In the same LAN also, some users can access but some cannot. The web app was designed with following technologies Node Angular Express ...
katu's user avatar
  • 367
1 vote
1 answer
4k views

Retrieving data from MySQL database using NodeJS and passing it to AngularJS page

I've searched and searched for a clear answer but can't seem to find it. I'm "new" to programming, at least when it's about AngularJS and NodeJS (base languages like HTML, CSS and plain JS I'm ...
XtrimePT's user avatar

15 30 50 per page
1
2 3 4 5
10