Module providing the reusable User Routines UI components.
Components:
<mj-user-routines-command-center>
<mj-user-routines-slide-in>
<mj-my-routines-list>
<mj-new-routine>
<mj-user-routine-history>
Usage:
import { UserRoutinesModule } from '@memberjunction/ng-user-routines';@NgModule({ imports: [UserRoutinesModule] })export class MyModule {} Copy
import { UserRoutinesModule } from '@memberjunction/ng-user-routines';@NgModule({ imports: [UserRoutinesModule] })export class MyModule {}
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 recordsUsage: