Class GroupRepository

This class allows manager the groups. To obtain an instance of the class getGroupRepository method must be used.

Hierarchy

  • GroupRepository

Constructors

Properties

groupService: GroupService
groups$: Observable<Group[]>

Methods

  • Creates a new group

    Parameters

    • name: string
    • participants: string[]

    Returns Promise<void>

Generated using TypeDoc