alfresco-ng2-components/docs/logout.directive.md
2018-01-12 13:26:11 +00:00

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 -->