Skip to content

Commit

Permalink
Build: Import 'first' from 'rxjs/operators' (again). (tensorflow#6812)
Browse files Browse the repository at this point in the history
Similar to tensorflow#6810 but for a test file. This is not strictly necessary for
the internal import (these tests are not run internally) but I figured
it would be good to do for completeness.
  • Loading branch information
bmd3k authored Mar 26, 2024
1 parent 9266696 commit dd541a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
ViewContainerRef,
} from '@angular/core';
import {Overlay, OverlayModule, OverlayRef} from '@angular/cdk/overlay';
import {first} from 'rxjs';
import {first} from 'rxjs/operators';

@Component({
selector: 'fake-modal-view-container',
Expand Down

0 comments on commit dd541a5

Please sign in to comment.