Skip to content
Advertisement

Tag: angular

How to push object to forms in angular?

How to push the roles form data value to createUserForm data value so that they will become 1 object ? #The final result should look like this This is the data from roles when I submit This is the data from createUserForm when I submit —>>> another form —>>>> User Form —>>> what i tried Answer You can achieve this

override :host css in ionic framework

how can i override :host css } PS. this css is on ion-content I’d appreciate any help. Answer You don’t have to change the :host CSS to change the background of ion-content. You can add this to your CSS But if you really want to change :host CSS, then you can add this in your global CSS file.

Advertisement