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 f8bf855 commit b8b3a3aCopy full SHA for b8b3a3a
src/material-experimental/popover-edit/BUILD.bazel
@@ -8,6 +8,7 @@ ng_module(
8
module_name = "@angular/material-experimental/popover-edit",
9
deps = [
10
"@npm//@angular/core",
11
+ "@npm//@angular/forms",
12
"//src/cdk-experimental/popover-edit",
13
],
14
)
src/material-experimental/popover-edit/lens-directives.ts
@@ -15,8 +15,6 @@ import {
15
EditRef,
16
} from '@angular/cdk-experimental/popover-edit';
17
18
-export {EditRef};
19
-
20
/**
21
* A component that attaches to a form within the edit.
22
* It coordinates the form state with the table-wide edit system and handles
0 commit comments