mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
826 B
826 B
Title, Added, Status, Last reviewed
| Title | Added | Status | Last reviewed |
|---|---|---|---|
| Login Dialog service | v2.6.0 | Active | 2019-02-08 |
Login Dialog service
Manages login dialogs.
Methods
- openLogin(actionName:
string, title:string):Observable<string>
Opens a login dialog.- actionName:
string- Text to show in the main action button - title:
string- Title for the login dialog - Returns
Observable<string>- Confirmation of login from the dialog
- actionName:
- close():
<void>
Closes the currently open login dialog.