We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa3058 commit 84ee97eCopy full SHA for 84ee97e
projects/netgrif-components-core/src/lib/task/services/task-data.service.spec.ts
@@ -265,6 +265,10 @@ class MockTaskResourceService {
265
266
@Injectable()
267
class TestTaskRequestStateService extends TaskRequestStateService {
268
+
269
+ constructor(_taskContent: TaskContentService) {
270
+ super(_taskContent);
271
+ }
272
public get loading$(): Observable<boolean> {
273
return this._loading.asObservable();
274
}
0 commit comments