--- Added: v2.0.0 Status: Active --- # Logout directive Logs the user out when the decorated element is clicked. ## Basic Usage ```html ``` ### Properties | Name | Type | Default value | Description | | -- | -- | -- | -- | | redirectUri | `string` | 'login' | Uri to be redirect after the logout | | enableRedirect | `boolean` | 'true' | enable/disable redirect after logout | ## See also - [Login component](login.component.md)