Hi, Im trying to find a way to close the drawer using angular. I've checked the example and it looks like it can be closed using declaration of the close on the element.
Hi,
In your Drawer
you have to add the attribute data-kt-drawer-close="#close_btn_id"
. You need to place the button with this id in your HTML make-up, after that you will be able to call stardard javascript button click document.getElementById('close_btn_id').click()
, which will close the drawer.
Regards,
Keenthemes support