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 ed74da7 commit b666616Copy full SHA for b666616
src/lib/core/overlay/overlay-container.spec.ts renamed to src/cdk/overlay/overlay-container.spec.ts
@@ -1,6 +1,6 @@
1
import {async, inject, TestBed} from '@angular/core/testing';
2
import {Component, NgModule, ViewChild, ViewContainerRef} from '@angular/core';
3
-import {PortalModule, TemplatePortalDirective} from '../portal/portal-directives';
+import {PortalModule, TemplatePortalDirective} from '@angular/cdk/portal';
4
import {Overlay, OverlayContainer, OverlayModule} from './index';
5
6
describe('OverlayContainer', () => {
0 commit comments