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 84616a6 commit 56631cbCopy full SHA for 56631cb
src/aria/menu/BUILD.bazel
@@ -11,7 +11,6 @@ ng_project(
11
),
12
deps = [
13
"//:node_modules/@angular/core",
14
- "//src/aria/deferred-content",
15
"//src/aria/private",
16
"//src/cdk/a11y",
17
"//src/cdk/bidi",
src/aria/menu/menu.ts
@@ -33,7 +33,6 @@ import {
33
import {_IdGenerator} from '@angular/cdk/a11y';
34
import {toSignal} from '@angular/core/rxjs-interop';
35
import {Directionality} from '@angular/cdk/bidi';
36
-import {DeferredContent, DeferredContentAware} from '@angular/aria/deferred-content';
37
38
/**
39
* A trigger for a menu.
0 commit comments