We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AnimationFrameBasedCommandFlowScheduler
AnimationFrameCommandFlowScheduler
1 parent 5252a44 commit 692c7c7Copy full SHA for 692c7c7
1 file changed
packages/command-flow/src/scheduler.ts
@@ -25,7 +25,7 @@ export class SetImmediateCommandFlowScheduler implements CommandFlowScheduler {
25
* Available only in the browser platform.
26
*/
27
@Injectable({ providedIn: 'root' })
28
-export class AnimationFrameBasedCommandFlowScheduler
+export class AnimationFrameCommandFlowScheduler
29
implements CommandFlowScheduler
30
{
31
next(fn: () => void): void {
0 commit comments