Resolve a circular dependency
While trying to fix another error which sadly was unrelated I found this cirular dependency.
This is resolved by moving the ShareMode
to share-data.common.ts
so that we do not import from share-data.service.ts
While trying to fix another error which sadly was unrelated I found this cirular dependency.
This is resolved by moving the ShareMode
to share-data.common.ts
so that we do not import from share-data.service.ts