Questions tagged [angular]

Questions about Angular (not to be confused with AngularJS), the web framework from Google. Use this tag for Angular questions which are not specific to an individual version. For the older AngularJS (1.x) web framework, use the AngularJS tag.

angular
Filter by
Sorted by
Tagged with
0 votes
0 answers
32 views
+50

How to fix index.d.ts error of d3-dag while building Angular application

I have running Angular 12 application and I have installed d3 and d3-dag to create graphs. But I am getting errors in node_modules/d3-dag....index.d.ts file. Angular version: 12.2.16 Node.js version: ...
Asif Zaidi's user avatar
0 votes
0 answers
29 views
+50

Kendo UI Stockchart showing bars erratically in Angular

I am using Kendo Angular Charts 7.1.0 and Angular 14.0.4 I am able to display the Navigator with line as output at the bottom of the Bar Graph as below. The HTML I used is as below... <kendo-...
CPK_2011's user avatar
  • 1,060
0 votes
1 answer
37 views
+200

How to edit a textinput within a list

I have a list of comment boxes and buttons that go with each box. When the user clicks edit I only want that particular textbox to be enabled. When the click save or cancel I want the text box to be ...
CodeMan03's user avatar
  • 269
-1 votes
0 answers
33 views
+50

How to update remote module without refreshing the window in Angular module federation

I am trying to implement dynamic module federation where I have a host application and few remote applications. for example After running all the application including host app and later when I ...
chethu's user avatar
  • 364