Service for managing browser tab titles. Provides a hierarchical naming scheme: "App Name - Resource/Page Name" Useful for bookmarks and browser history.

Constructors

Properties

baseTitle: string = 'MemberJunction'
currentAppName: null | string = null
currentResourceName: null | string = null
titleService: Title

Methods

  • Set the current resource/page name (e.g., "Accounts", "Contact: John Doe") Pass null to show only the app name

    Parameters

    • resourceName: null | string

    Returns void