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 cecd197 commit 16837d9Copy full SHA for 16837d9
src/cdk-experimental/combobox/combobox-module.ts
@@ -10,7 +10,7 @@ import {NgModule} from '@angular/core';
10
import {OverlayModule} from '@angular/cdk/overlay';
11
import {CdkCombobox} from './combobox';
12
import {CdkComboboxPanel} from './combobox-panel';
13
-import {CdkComboboxPopup} from "./combobox-popup";
+import {CdkComboboxPopup} from './combobox-popup';
14
15
const EXPORTED_DECLARATIONS = [CdkCombobox, CdkComboboxPanel, CdkComboboxPopup];
16
@NgModule({
0 commit comments