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.

11 lines (10 loc) 326 B
export * from './lib/account'; export * from './lib/appwrite.adapter'; export * from './lib/avatars'; export * from './lib/databases'; export * from './lib/functions'; export * from './lib/localization'; export * from './lib/messaging'; export * from './lib/storage'; export * from './lib/teams'; export * from './lib/setup';