mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
14 lines
197 B
Markdown
14 lines
197 B
Markdown
# Logout directive
|
|
|
|
Logs the user out when the decorated element is clicked.
|
|
|
|
## Basic Usage
|
|
|
|
```html
|
|
<button adf-logout>Logout</button>
|
|
```
|
|
|
|
## See also
|
|
|
|
- [Login component](login.component.md)
|