You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(focus-origin): missing rxjs of operator (#4497)
Recently in SHA f27df86 the `Observable.of` operator has been introduced. This operator hasn't been imported explicitly.
The build doesn't fail if the whole library is built together because other files import the operator.
But when compiling the `core/` package on its own it will start failing.
0 commit comments