python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Angular 12:set and get value from a textbox in a record inside grid
As title.
Let me use an example to explain what I want. Assume that I am a teacher and have a set of student exam scores like this:
[
{"name":"John","score":88},
{"...

Gary Lu
Votes: 0
Answers: 1
Angular material table not showing data when using formarray of reactive form
So, I'm trying to create a table with reactive form and form arrays, I can add data into my form, but I can't see the table.
I'm using angular material table.
I already have a question(Error: Cannot r...
Desenv Junior
Votes: 0
Answers: 0
how to implement different roles in an angular application with JWT
I am trying to build an application with an express backend with jwt and with angular as frontend.
The problem is that I need to identify the users who log in to the application to redirect them to th...
Mat
Votes: 0
Answers: 1
ESLint Error : Prefer using arrow functions over plain functions prefer-arrow/prefer-arrow-functions
I have these lines of code in one of my files. Running ng lint resulted in error "Prefer using arrow functions over plain functions prefer-arrow/prefer-arrow-functions" where I have the cod...
user1444965
Votes: 0
Answers: 1