Skip to main content

All Questions

1 vote
0 answers
26 views

I can't add a new Row to an inline crud table once i get live data

I am trying to create an inline create and edit function on a table in angular, when i click on 'add', a new row with empty input fields is supposed to be created. works well on mock data but wont ...
WiikoiTek's user avatar
0 votes
1 answer
293 views

How to update angular component variable in 'then'

I would like to wait till angComponent.gridApi does not have the value undefined. I'm not sure, but I think the variable angComponent doesn't update. cy.getAngularComponent(tableGrid).then((...
CypressDog's user avatar
0 votes
1 answer
1k views

accessing variables from js files to ts

Hi I'm trying to update an existing angular app from version 2 to 9, I'm starting by updating it to angular 4 then continuing later, I was able to update the packages that require updating, but now I'...
Ayoub Beltarchi's user avatar
2 votes
0 answers
470 views

Angular + Universal update to 5.0.0 => No NgModule metadata found for 'ServerAppModule'

My task is to update a project from Angular 4 to 5. That project uses Angular Universal for ssr. I did a lot of stuff to be able to run the project, now it is working with jit build, but when i try to ...
user8778731's user avatar
0 votes
3 answers
3k views

Angular 4 update input text value via Host listener

I have input field in my template and I would like to catch each key press and update the value in the dom by removinf empty spaces - trim. I can catch the event and the function I build is working ...
john Smith's user avatar
  • 1,605