File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/material-experimental/mdc-snackbar Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11package (default_visibility = ["//visibility:public" ])
22
33load ("@io_bazel_rules_sass//:defs.bzl" , "sass_binary" , "sass_library" )
4- load ("//:packages.bzl" , "CDK_TARGETS" , "MATERIAL_TARGETS" )
54load ("//tools:defaults.bzl" , "ng_module" )
65
76ng_module (
@@ -13,8 +12,10 @@ ng_module(
1312 assets = [":snackbar_scss" ] + glob (["**/*.html" ]),
1413 module_name = "@angular/material-experimental/mdc-snackbar" ,
1514 deps = [
16- "@npm//material-components-web" ,
17- ] + CDK_TARGETS + MATERIAL_TARGETS ,
15+ "//src/material/core" ,
16+ "@npm//@angular/common" ,
17+ "@npm//@angular/core" ,
18+ ],
1819)
1920
2021sass_library (
Original file line number Diff line number Diff line change 99import { ChangeDetectionStrategy , Component , ViewEncapsulation } from '@angular/core' ;
1010
1111@Component ( {
12- moduleId : module . id ,
1312 selector : 'mat-snackbar' ,
1413 templateUrl : 'snackbar.html' ,
1514 styleUrls : [ 'snackbar.css' ] ,
You can’t perform that action at this time.
0 commit comments