Search found 2 matches

Go to advanced search

by ahmethelal009
Sun Aug 22, 2021 3:35 pm
Forum: Issues
Topic: How do I access UI component in Typescript - ionic
Replies: 8
Views: 9005
 
Jump to post

Re: How do I access UI component in Typescript - ionic

I want also to disable a IONIC 5 Button. I have added [attr.disabled] with value to to the parameters of the IONIC5 button, What will be the type script if I want disable or enable the Button called StartAgain (As COMPONENT NAME) . What about this code: Will this code work? this.StartAgain.attr.dsis...
by ahmethelal009
Sun Aug 22, 2021 3:24 pm
Forum: Issues
Topic: How do I access UI component in Typescript - ionic
Replies: 8
Views: 9005
 
Jump to post

Re: How do I access UI component in Typescript - ionic

How do I Disable a Button Called "StartAgain" (=Component Name) whit type Script?(IONIC 5)

this .StartAgain.disabeld = true?

Go to advanced search