mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* [ADF-3745] Updates for doc review * [ADF-3745] Corrected title for process list cloud doc page
27 lines
654 B
Markdown
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)
|