Skip to content

Commit bde741b

Browse files
MKirovaMayaKirova
authored andcommitted
chore(*): Fix tests.
1 parent 4f01eff commit bde741b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/igniteui-angular/src/lib/directives/for-of/for_of.sync.service.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ export class IgxForOfSyncService {
4848
}
4949
}
5050

51-
@Injectable()
51+
@Injectable({
52+
providedIn: 'root',
53+
})
5254
export class IgxForOfScrollSyncService {
5355
private _masterScroll: Map<string, VirtualHelperBaseDirective> = new Map<string, any>();
5456
public setScrollMaster(dir: string, scroll: VirtualHelperBaseDirective) {

0 commit comments

Comments
 (0)