Skip to content

Commit bdc1057

Browse files
committed
Attempt to fix CI failures
1 parent 3ad670c commit bdc1057

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/dev-app/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package(default_visibility=["//visibility:public"])
22

33
load("@io_bazel_rules_sass//:defs.bzl", "sass_binary")
4-
load("//:packages.bzl", "MATERIAL_TARGETS", "CDK_TARGETS", "CDK_EXPERIMENTAL_TARGETS")
4+
load("//:packages.bzl", "MATERIAL_TARGETS", "CDK_TARGETS", "CDK_EXPERIMENTAL_TARGETS", "MATERIAL_EXPERIMENTAL_TARGETS")
55
load("//tools:defaults.bzl", "ng_module")
66
load("//tools:sass_generate_binaries.bzl", "sass_generate_binaries")
77

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

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

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

0 commit comments

Comments
 (0)