Skip to main content

Questions tagged [angular5]

Questions about Angular version 5, the web framework from Google. Use this tag for Angular questions which are specific to only version 5. Use tag Angular for any Angular questions which are not specific to an individual version.

angular5
0 votes
0 answers
16 views

Ionic 3 issue while generating AAB file

I am trying to create AAB file to upload into play store using Ionic 3 using below 2 commands. This was working fine before, but now it is showing attached issue. Don’t know what has been changed ...
Vishwaprasad H G's user avatar
0 votes
2 answers
45 views

How to make Cancellable api calls in loop in Angular?

I have a list containing parameters, such as: [ {a:1a,b:1b,c:1c}, {a:2a,b:2b,c:2c}, {a:3a,b:3b,c:3c} ] For each parameter object, I aim to initiate three consecutive API calls, each with ...
noob21's user avatar
  • 1
0 votes
1 answer
51 views

Add two different index.html in angular.cli.json

I have to add two index.html for prod and dev, I'm using angular5 project need to add under angular.cli.json where and how to add them? I have tried with configuration but this says above version 6
SundaR's user avatar
  • 9
-1 votes
1 answer
2k views

Error: Emit attempted before Angular Webpack plugin initialization(Error: Emit attempted before Angular Webpack plugin initialization)

Here what im doing is I have created new project in Angular 15 and moving the code from the Angular version 5. I have fixed all the errors but stuck with this one error.And also here is the my current ...
KKR's user avatar
  • 1
0 votes
0 answers
92 views

Error when executing npm install @types\selenium-webdriver-93afec84\package.json

error when executing npm install: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: ...
ararb78's user avatar
  • 1,177
0 votes
0 answers
77 views

TypeError: Cannot read properties of undefined (reading 'mangleWasmImports')

I'm in the process of upgrading my old node 8x project to node 18.18.0. When building a webpack angularjs app I get this error and unsure how to handle this issue. Is this a bug in webpack/webpack-cli ...
jammerman's user avatar
-1 votes
1 answer
120 views

Compilation errors showing up only locally (Angular)

I am trying to run this application, but I keep getting this errors during compilation that I can't find a solution to. Normally I would know how to solve them but the real problem is that these ...
Glenis Tivari's user avatar
0 votes
0 answers
39 views

Angular 5 karma code coverage report generation using webpack

I have an project which we are internally using as an npm package across few other UI applications, currently the code coverage report is not getting generated. Since its an npm pacjage we have not ...
logesh C's user avatar
1 vote
1 answer
83 views

In Angular 5 project getting gyp errors on npm install

I am trying "npm install" in angular 5 project, but its giving gyp errors . does anyone have any idea about the errors visible in the following screenshots. I have tried to clear cache , ...
Anjali's user avatar
  • 31
0 votes
1 answer
86 views

[email protected] added to Ionic3+Angular5 app: "Module Parse Failed" due to spread operator "..."

It's a legacy project on life support that I don't have the luxury of upgrading to Ionic7/Angular14+. Works fine other than needing to add Sentry. Upon adding sentry-cordova (1.1.5), building now ...
user1590553's user avatar
0 votes
0 answers
401 views

How to add proxy configuration in web.config file and remove from appsettings.json in .NET 6 with Angular 5?

How to Add proxy configuration inside web.config file by removeing proxy from appsettings.json file in .net6 with Angular 5? I tried to add proxy in web.config file by removing from appsetting.json ...
Vinayak Kumbhar's user avatar
1 vote
0 answers
45 views

I have to filter out nested object based on condition in angular 14

Below is my json object in which I have nested listofdeciosion object. If listofdecisoion length is greater than 1 and it has decision name as 'AEE' then I have to remove that object from ...
tripti tiwari's user avatar
0 votes
1 answer
236 views

Configure Jest to Angular 5

I am working on a project that uses Angular 5 (archaic, I know) and I followed this article to help set up Jest in my project, and my files look like the following: package.json "dependencies&...
Mangled_Aura_Nada's user avatar
0 votes
1 answer
677 views

Get Angular Type<> from component instance in Angular 5

First of all, I wanted to make clear that what I want is the Angular Type instance of a component, not the TypeScript definition of that component. The context is the following: I'm inside a service ...
Christian Vincenzo Traina's user avatar
0 votes
1 answer
82 views

Angular 4 Semantic UI Tabs only work after i click on them

I have some semantic UI tabs set up in my app.component.html like this: <div class = "ui container"> <h1>Header/h1> <hr> <div style = "background-color: ...
Stefan Drljevic's user avatar

15 30 50 per page
1
2 3 4 5
436