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 how to keep formgroup data in component after hiding it with ngIf (destroying it)
I have an Angular app where I have this problem at multiple places, for example:
There's a search component, and another filtering component for the search, I show / hide the filter component with an ...
Máté Antal
Votes: 0
Answers: 1
Delete method in controller and delete buttons on the browser connection
So I wish to have a warning message on my screen asking me if I want to delete an item in the inventory, if they click yes it will be deleted and redirected to the inventories list, however if I click...

user17739743
Votes: 0
Answers: 1
Angular - Destroy component manually using function
I have a component (RecordPage) being created from another component using a static function :
static openRecordPage(drawerService: NzDrawerService, args: RecordPageArgs) {
const drawerRef = draw...

James.mikael
Votes: 0
Answers: 2