Skip to content

Commit b8b3a3a

Browse files
committed
another build fix attempt
1 parent f8bf855 commit b8b3a3a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/material-experimental/popover-edit/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ng_module(
88
module_name = "@angular/material-experimental/popover-edit",
99
deps = [
1010
"@npm//@angular/core",
11+
"@npm//@angular/forms",
1112
"//src/cdk-experimental/popover-edit",
1213
],
1314
)

src/material-experimental/popover-edit/lens-directives.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ import {
1515
EditRef,
1616
} from '@angular/cdk-experimental/popover-edit';
1717

18-
export {EditRef};
19-
2018
/**
2119
* A component that attaches to a form within the edit.
2220
* It coordinates the form state with the table-wide edit system and handles

0 commit comments

Comments
 (0)