Skip to main content

All Questions

Tagged with
1 vote
1 answer
36 views

ng not found error when building Angular project using dockerfile

I came into a very strange issue yesterday. I have been working on an Angular project and deploying using docker. Everything works fine till yesterday, all of sudden I cannot build the docker image. ...
AoLiGei's user avatar
  • 51
1 vote
3 answers
64 views

NodeJS Express Host index.html File Then Route To Specific Spa Route with Params

I have an application that uses Angular 13 as the frontend and nodeJS with express for the backend. The backend servers the frontend files. I am working on adding subdomains into my application and ...
coder123's user avatar
  • 385
0 votes
0 answers
22 views

Angular SSR generates browser and server folders on build. Can I use the site as static or with server-side rendering after configuration?

After setting up and running with SSR, Angular initially renders on the server.I'm on angular version 18.1.0 After the initial load, Angular takes over and the application operates as a Single Page ...
Fábio Brasileiro's user avatar
0 votes
1 answer
39 views

Which angular version should be used for node version 20.15.1

I upgraded node version 14 to version 20.15.1 and upgraded angular-cli to version 17.3.8 but I am facing peer depedencies version mismatch error.How can I handle it. I did npm i and updated all ...
Priya's user avatar
  • 35
1 vote
1 answer
33 views

How can I make dependencies in other folders resolve imports from the current build folder's node_modules?

I'm trying to convert two Angular repos and their two shared submodule dependencies into one monorepo. To prepare for this process, I've tried to hoist the shared dependencies out of one of the ...
user25527914's user avatar
0 votes
1 answer
24 views

Angular PWA and NodeJS backend

How can I configure an Angular PWA to ensure it continues making requests to a Node.js backend when the service worker is offline? This is my ngsw.config.json { "$schema": "./...
zimmer098's user avatar
-1 votes
0 answers
17 views

google search console problems (missing https urls and missing internal links) [closed]

TY, for your advice in advance! First to images showing our indexed pages our not indexed pages and our https URLs. Why is google search console only showing about 140 https URLs. I have no clue. ...
RattleStork.org's user avatar
1 vote
0 answers
25 views

Polymer functions not functioning after Angular 11 update from 10

The errors in the console after ng serve has compiled succesfully These errors have just started to be thrown in angular 11. It was running fine in angular 8, 9, 10. This is recurrent on multiple ...
user26393160's user avatar
0 votes
1 answer
81 views

npm build is failing due to lodash

Using Node: 16.20.2 Angular: CLI 11.2.5 Typescript: 4.1.5 @types/lodash: 4.14.177 npm build started failing with below exception Error: node modules/@types/lodash/common/object.d.ts:1026:46 error ...
atal anand's user avatar
1 vote
1 answer
63 views

Can't post image file to Express server with Angular 18.0.6

I am not a native English speaker so my english might be hard to read. I am currently developing Angular(18.0.6) application and trying to implement CRUD using express and mysql. What I am trying is ...
近藤亮太's user avatar
0 votes
1 answer
55 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
0 votes
1 answer
62 views

My dockerfile for deploying my angular app doesnt start the app using a web server either nodeJs or nginx

i have finished my work on an angular project and i need to deploy it using docker , i followed the instructions and made sure that the dockerfile is correct using multiple sources . i tried to use ...
Soye Gh's user avatar
0 votes
0 answers
26 views

The event binding is not working on my system but works on an online compiler

I am a beginner and using version 18 of Angular but Event binding doesn't work when i try it on my system. Here is the code i was trying product-list.component.html <img [src]="product.pImage&...
Yash Saxena's user avatar
0 votes
0 answers
20 views

Angular 14 and Electron js Outlook integration doesn't work after creadentials given

We have used @azure/msal-angular For outlook integration in our system. let result = await this.msalService .loginPopup({ scopes: [ 'user.read', 'Mail....
Henil Mehta's user avatar
0 votes
0 answers
27 views

Angular How to open Email as Draft (preferrably in Outlook)

We have here a frontend implemented with Angular. Now a new requirement arisen: the frontend application should generate an Email based on HTML Templates, fill it with some data from database, add an ...
DigitalMachine's user avatar

15 30 50 per page
1
2 3 4 5
642