File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/components-examples/cdk/text-field Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ ng_module(
12
12
module_name = "@angular/components-examples/cdk/text-field" ,
13
13
deps = [
14
14
"//src/cdk/text-field" ,
15
+ "//src/material/button" ,
15
16
"//src/material/input" ,
16
17
"//src/material/select" ,
17
18
],
Original file line number Diff line number Diff line change 1
1
import { TextFieldModule } from '@angular/cdk/text-field' ;
2
2
import { CommonModule } from '@angular/common' ;
3
3
import { NgModule } from '@angular/core' ;
4
+ import { MatButtonModule } from '@angular/material/button' ;
4
5
import { MatInputModule } from '@angular/material/input' ;
5
6
import { MatSelectModule } from '@angular/material/select' ;
6
7
import {
@@ -29,6 +30,7 @@ const EXAMPLES = [
29
30
imports : [
30
31
CommonModule ,
31
32
TextFieldModule ,
33
+ MatButtonModule ,
32
34
MatInputModule ,
33
35
MatSelectModule ,
34
36
] ,
You can’t perform that action at this time.
0 commit comments