mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
28 lines
808 B
Markdown
28 lines
808 B
Markdown
---
|
|
Title: Login Dialog Panel component
|
|
Added: v2.6.0
|
|
Status: Active
|
|
Last reviewed: 2018-10-02
|
|
---
|
|
|
|
# [Login Dialog Panel component](../../../lib/core/src/lib/login/components/login-dialog-panel.component.ts "Defined in login-dialog-panel.component.ts")
|
|
|
|
Shows and manages a login dialog.
|
|
|
|
## Class members
|
|
|
|
### Events
|
|
|
|
| Name | Type | Description |
|
|
| ---- | ---- | ----------- |
|
|
| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`LoginSuccessEvent`](../../../lib/core/src/lib/login/models/login-success.event.ts)`>` | Emitted when the login succeeds. |
|
|
|
|
## Details
|
|
|
|
This component has similar features to the [Login Dialog component](login-dialog.component.md)
|
|
but it also creates and manages the dialog for you.
|
|
|
|
## See also
|
|
|
|
- [Login Dialog component](login-dialog.component.md)
|