angular-webdav
WebDAV library for Angular. The WebDAV protocol is an extension of the HTTP protocols with extra methods.
Consuming the library
$ yarn add angular-webdav
and then from your Angular AppModule
:
;; ; ;
;;
Development
To generate all *.js
, *.d.ts
and *.metadata.json
files:
$ git clone https://github.com/esanzgar/angular-webdav.git$ cd angular-webdav$ yarn$ yarn build
To lint all *.ts
files:
$ yarn lint
License
Apache-2.0 © Eduardo Sanz García