Skip to content

Commit 7b98bdd

Browse files
committed
fix CI issues
1 parent 6a4aea6 commit 7b98bdd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/cdk-experimental/scrolling/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package(default_visibility=["//visibility:public"])
22
load("@angular//:index.bzl", "ng_module")
33
load("@build_bazel_rules_typescript//:defs.bzl", "ts_library", "ts_web_test")
4-
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_binary")
54

65

76
ng_module(

src/cdk/scrolling/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package(default_visibility=["//visibility:public"])
22
load("@angular//:index.bzl", "ng_module")
33
load("@build_bazel_rules_typescript//:defs.bzl", "ts_library", "ts_web_test")
4+
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_binary")
45

56

67
ng_module(
@@ -28,6 +29,7 @@ ts_library(
2829
srcs = glob(["**/*.spec.ts"]),
2930
deps = [
3031
":scrolling",
32+
"//src/cdk/collections",
3133
"//src/cdk/testing",
3234
"@rxjs",
3335
],

src/cdk/scrolling/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export * from './public-api';
1010

1111
/**
1212
* @deprecated ScrollingModule has been renamed to ScrollingModule.
13-
* @deletion-target 8.0.0
13+
* @breaking-change 8.0.0 delete this re-export
1414
*/
1515
export {ScrollingModule as ScrollDispatchModule} from './scrolling-module';

0 commit comments

Comments
 (0)