Files
alfresco-ng2-components/docs/core/login-dialog-panel.component.md
Andy Stark aab19708a2 [ADF-3745] Doc review updates (#3957)
* [ADF-3745] Updates for doc review

* [ADF-3745] Corrected title for process list cloud doc page
2018-11-12 11:52:31 +00:00

27 lines
654 B
Markdown

---
Added: v2.6.0
Status: Active
Last reviewed: 2018-10-02
---
# Login Dialog Panel component
Shows and manages a login dialog.
## Class members
### Events
| Name | Type | Description |
| ---- | ---- | ----------- |
| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`LoginSuccessEvent`](../../lib/core/login/models/login-success.event.ts)`>` | Emitted when the login succeeds. |
## Details
This component has similar features to the [Login Dialog component](../core/login-dialog.component.md)
but it also creates and manages the dialog for you.
## See also
- [Login Dialog component](../core/login-dialog.component.md)