UNPKG

ngx-appwrite

Version:

A wrapper around the Appwrite WebSDK for easier implementation in Angular 16+ projects. The goal is to make the whole SDK accessible as well as provide some convenience functionality like RxJS streams where appropriate.

6 lines (5 loc) 109 B
export interface AppwriteConfig { endpoint: string; project: string; defaultDatabase?: string; }