We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e220e commit 1f9c0d7Copy full SHA for 1f9c0d7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "filestack",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Angular module for filestack-js",
5
"scripts": {
6
"ng": "ng",
projects/example/src/app/app.component.ts
@@ -28,7 +28,7 @@ export class AppComponent implements OnInit {
28
constructor(private filestackService: FilestackService) {}
29
30
ngOnInit() {
31
- this.apikey = 'A0NTRSxHcR66kmTku9Gcsz';
+ this.apikey = '';
32
this.clientOptions = {
33
sessionCache: false
34
};
projects/filestack-angular/package.json
"name": "@filestack/angular",
"peerDependencies": {
"@angular/common": "^8.0.1",
"@angular/core": "^8.0.1",
0 commit comments