Member Junction
    Preparing search index...

    Module providing the reusable User Routines UI components.

    Components:

    • <mj-user-routines-command-center> — Composite surface (list / new / history) most hosts embed
    • <mj-user-routines-slide-in> — The command center in the standard right-edge slide-in panel
    • <mj-my-routines-list> — Card list of the current user's routines with quick actions
    • <mj-new-routine> — Create/edit form (agent tree picker, schedule, notifications, recipients)
    • <mj-user-routine-history> — Run history for one routine with links to execution records

    Usage:

    import { UserRoutinesModule } from '@memberjunction/ng-user-routines';

    @NgModule({ imports: [UserRoutinesModule] })
    export class MyModule {}
    Index

    Constructors

    Constructors