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 5bd1d5e commit 6a3d8d0Copy full SHA for 6a3d8d0
src/cdk-experimental/ui-patterns/listbox/option.ts
@@ -6,7 +6,7 @@
6
* found in the LICENSE file at https://angular.dev/license
7
*/
8
9
-import {computed, signal} from '@angular/core';
+import {computed} from '@angular/core';
10
import {SignalLike} from '../behaviors/signal-like/signal-like';
11
import {List, ListInputs, ListItem} from '../behaviors/list/list';
12
0 commit comments