mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
19 lines
346 B
Markdown
19 lines
346 B
Markdown
# Logout directive
|
|
|
|
Logs the user out when the decorated element is clicked.
|
|
|
|
## Basic Usage
|
|
|
|
```html
|
|
<button adf-logout>Logout</button>
|
|
```
|
|
|
|
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
|
|
|
|
<!-- seealso start -->
|
|
|
|
## See also
|
|
|
|
- [Login component](login.component.md)
|
|
<!-- seealso end -->
|