Skip to content

Commit f9f1f59

Browse files
committed
feat(@angular-devkit/core): Add access to the backend of the CordHost
1 parent 176dc2f commit f9f1f59

File tree

1 file changed

+1
-0
lines changed
  • packages/angular_devkit/core/src/virtual-fs/host

1 file changed

+1
-0
lines changed

packages/angular_devkit/core/src/virtual-fs/host/record.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export class CordHost extends SimpleMemoryHost {
7474

7575
constructor(protected _back: ReadonlyHost) { super(); }
7676

77+
get backend(): ReadonlyHost { return this._back; }
7778
get capabilities(): HostCapabilities {
7879
// Our own host is always Synchronous, but the backend might not be.
7980
return {

0 commit comments

Comments
 (0)