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 442ec30 commit 1a589ceCopy full SHA for 1a589ce
src/cdk/overlay/overlay.ts
@@ -29,8 +29,8 @@ import {ScrollStrategyOptions} from './scroll/index';
29
/** Next overlay unique ID. */
30
let nextUniqueId = 0;
31
32
-// Note that Overlay is *not* scoped to the app root because the ComponentFactoryResolver
33
-// it needs is different based on where OverlayModule is imported.
+// Note that Overlay is *not* scoped to the app root because the of the ComponentFactoryResolver
+// which needs to be different depending on where OverlayModule is imported.
34
35
/**
36
* Service to create Overlays. Overlays are dynamically added pieces of floating UI, meant to be
0 commit comments