File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
src/material-experimental Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ ng_module(
20
20
deps = [
21
21
"//src/material-experimental/mdc-button" ,
22
22
"//src/material-experimental/mdc-select" ,
23
+ "//src/material-experimental/mdc-tooltip" ,
23
24
"//src/material/paginator" ,
24
- "//src/material/tooltip" ,
25
25
"@npm//@angular/common" ,
26
26
"@npm//@angular/core" ,
27
27
"@npm//@angular/forms" , # TODO(jelbourn): transitive dep via generated code
@@ -69,6 +69,7 @@ ng_web_test_suite(
69
69
"@npm//:node_modules/@material/textfield/dist/mdc.textfield.js" ,
70
70
"@npm//:node_modules/@material/line-ripple/dist/mdc.lineRipple.js" ,
71
71
"@npm//:node_modules/@material/notched-outline/dist/mdc.notchedOutline.js" ,
72
+ "@npm//:node_modules/@material/tooltip/dist/mdc.tooltip.js" ,
72
73
"@npm//:node_modules/@material/ripple/dist/mdc.ripple.js" ,
73
74
"@npm//:node_modules/@material/dom/dist/mdc.dom.js" ,
74
75
],
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import {NgModule} from '@angular/core';
11
11
import { MAT_PAGINATOR_INTL_PROVIDER } from '@angular/material/paginator' ;
12
12
import { MatButtonModule } from '@angular/material-experimental/mdc-button' ;
13
13
import { MatSelectModule } from '@angular/material-experimental/mdc-select' ;
14
- import { MatTooltipModule } from '@angular/material/ tooltip' ;
14
+ import { MatTooltipModule } from '@angular/material-experimental/mdc- tooltip' ;
15
15
import { MatPaginator } from './paginator' ;
16
16
17
17
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ ng_web_test_suite(
32
32
"@npm//:node_modules/@material/textfield/dist/mdc.textfield.js" ,
33
33
"@npm//:node_modules/@material/line-ripple/dist/mdc.lineRipple.js" ,
34
34
"@npm//:node_modules/@material/notched-outline/dist/mdc.notchedOutline.js" ,
35
+ "@npm//:node_modules/@material/tooltip/dist/mdc.tooltip.js" ,
35
36
"@npm//:node_modules/@material/ripple/dist/mdc.ripple.js" ,
36
37
"@npm//:node_modules/@material/dom/dist/mdc.dom.js" ,
37
38
],
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ ng_web_test_suite(
78
78
"@npm//:node_modules/@material/textfield/dist/mdc.textfield.js" ,
79
79
"@npm//:node_modules/@material/line-ripple/dist/mdc.lineRipple.js" ,
80
80
"@npm//:node_modules/@material/notched-outline/dist/mdc.notchedOutline.js" ,
81
+ "@npm//:node_modules/@material/tooltip/dist/mdc.tooltip.js" ,
81
82
"@npm//:node_modules/@material/ripple/dist/mdc.ripple.js" ,
82
83
"@npm//:node_modules/@material/dom/dist/mdc.dom.js" ,
83
84
"@npm//:node_modules/@material/data-table/dist/mdc.dataTable.js" ,
You can’t perform that action at this time.
0 commit comments