(path: string)
| 60 | } |
| 61 | |
| 62 | ref(path: string) { |
| 63 | return createStorageRef(this.storage.ref(path), this.injector); |
| 64 | } |
| 65 | |
| 66 | refFromURL(path: string) { |
| 67 | return createStorageRef(this.storage.refFromURL(path), this.injector); |
no test coverage detected