Class ContactRepository

Allows retrieving, updating and creating contacts. An instance of this class must be obtained using Session.getContactRepository

Constructors

Properties

contactService: ContactService
contacts$: Observable<readonly Contact[]>

Allows access to the list with every contact

userRepository: UserRepository

Methods