Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
65 views

Error for angular 7.2 Data path ".builders['application']" should be object

I have an angular project that I have to clone first from a git source before proceeding with working on it, I cloned it, the angular version was 7.2, My nodejs i updated to 20.15.1 LTS and angular is ...
user19080871's user avatar
-1 votes
2 answers
350 views

Error in running the Angular 7 app with Node Js LTS 16.13.2

I am running angular 7 app with below docker file with node:16.13.2 LTS FROM node:16.13.2 ENV context "" RUN mkdir -p /usr/src/ WORKDIR /usr/src/ COPY . /usr/src/ RUN npm install ENV context ...
ss-ss-v1's user avatar
1 vote
0 answers
255 views

Can't upload .wav file from safari browser, chrome worked using angular 7

I'm using angular 7 as frontend and node js as backend, and I need to upload audio file to s3. When I upload .wav audio files from safari browser its showing internal server error, and when I look on ...
Vishnu Jayan's user avatar
0 votes
1 answer
2k views

Angular 7 ERROR in node_modules/graphql-tag/lib/index.d.ts(2,57): error TS1005: ',' expected

Hi I am facing issue while running ng serve command. My package.json file is { "name": "Myapp", "version": "7.0.0", "scripts": { "ng": &...
Dinshaw Raje's user avatar
2 votes
1 answer
101 views

how to get redirected to login page if user is not logged in?(Frontend: Angular7) (Backend: Node Js)

I use two pages with login and crud operations in my project. I need some help. I want to check user login first and redirect to login page if not logged. There are crud operations after the user logs ...
Berkant Filik's user avatar
0 votes
1 answer
202 views

Express res.json({}) not sending data to angular application

I am trying to pass res.json after reading folder size. I am not receiving data in angular front-end. Below is the code for reference- const items = fs.readdirSync('//prod_storage1/shared/...
Marco Paulo's user avatar
0 votes
1 answer
122 views

Parsing Issue - Angular and Nodejs

I have a form in angular. When I submit the form , it will hit the backend (written in nodejs - Sending an email functionality). In my local its working properly. But when I deployed in the cloud(here ...
Lakshmi's user avatar
  • 85
1 vote
2 answers
1k views

simple peer webrtc remote video stream not playing

peer.on('stream', function (stream) { console.log('peer on stream called'); console.log(stream); this.video = document.getElementById("peerVideo"); ...
Durgesh Rathod's user avatar
3 votes
1 answer
14k views

Angular 7 - JavaScript heap out of memory error

In Angular 7 application, When I execute ng serve command, it throws "JavaScript heap out of memory" error. From different SO answers, I can understand that the issue is due to insufficient memory ...
Tech Learner's user avatar
  • 1,297
1 vote
1 answer
615 views

Angular 8: Loading module from "url" was blocked because of a disallowed MIME type (“text/html”)

I have created the application in Angular 8 and Node 12. After creating angular 8 build I am facing this problem while opening a new tab or page reload I have searched all around the internet did not ...
Mysterious Coder's user avatar
2 votes
2 answers
11k views

Angular 8: Dynamically set formControlName in html based on component

In db table, I have "key_name" which is successfully returning in API and working great. What I want to do is to set those fields value as a formControlName in html and in component I am using the ...
Mysterious Coder's user avatar
-4 votes
1 answer
26 views

This is my app I need to understand some models issue and want to understand how it work with frontend (MeanStack) [closed]

I am using two models for my app here are the models var mongoose=require("mongoose"); var Schema = mongoose.Schema; var schema = new Schema({ content:{type:String, required:true}, user:{...
Abdul Rehman's user avatar
0 votes
0 answers
128 views

Angular 7 CLI installation Issue

Am trying to install Angular CLI 7.1.4 in windows 10. npm install -g @angular/[email protected] But am getting below error npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.2 (node_modules@...
Mansoor H's user avatar
  • 604
0 votes
1 answer
55 views

Angular 7 / Material DataTable not updating after any operation

I'm building an Angular 7 application using @angular/material. When I load the application for the first time, the Datatable renders correctly, but when I call any function, example - delUser, after ...
Ande Caleb's user avatar
  • 1,196
1 vote
1 answer
1k views

How to integrate Payfort payment gateway in angular 8 or in Node Js?

I want to integrate payfort payment gateway in angular or node app. I have read documentation but couldn't find much about javascript (angular / node). I have searched for examples but couldn't find ...
priyank2809's user avatar

15 30 50 per page
1
2 3 4 5
7