Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Currently I have achieved this. Based on the logged in user i am enable/disable accept button. inside oncreated() hook i got the list of accept button with document.getElementsByClassName("accept button class name here") then i am doing the required things. I am handling from another side also if user click on Accpet button if he is unauthorized then we are again checking for logged in user credentials to avoid unauthorize access.