README
AngularDeploydClient
npm i -S @angular-deployd/client
import proveder DeploydHttpService in your project
set token for beaer autentication:
providers: [
{ provide: 'token', useValue: 'testing' }
]
npm i -S @angular-deployd/client
<script type="module">
import angularDeploydClient from 'https://cdn.skypack.dev/@angular-deployd/client';
</script>
npm i -S @angular-deployd/client
providers: [
{ provide: 'token', useValue: 'testing' }
]