Files
alfresco-ng2-components/docs/core/login-dialog.service.md
Andy Stark 1079361c2c [ADF-3745] Updates for doc review (#4291)
* [ADF-3745] Updates for doc review

* [ADF-3745] Fixed bad links to Content node selector page

* [ADF-3745] Updated index files
2019-02-08 21:21:06 +00:00

1.1 KiB

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
  • close(): <void>
    Closes the currently open login dialog.

Details

Use the methods of this service to manage login dialogs from code. As an alternative, you may find it easier to use the Login dialog component to display the dialog directly from HTML.

See also