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(
1212 module_name = "@angular/components-examples/cdk/text-field" ,
1313 deps = [
1414 "//src/cdk/text-field" ,
15+ "//src/material/button" ,
1516 "//src/material/input" ,
1617 "//src/material/select" ,
1718 ],
Original file line number Diff line number Diff line change 11import { TextFieldModule } from '@angular/cdk/text-field' ;
22import { CommonModule } from '@angular/common' ;
33import { NgModule } from '@angular/core' ;
4+ import { MatButtonModule } from '@angular/material/button' ;
45import { MatInputModule } from '@angular/material/input' ;
56import { MatSelectModule } from '@angular/material/select' ;
67import {
@@ -29,6 +30,7 @@ const EXAMPLES = [
2930 imports : [
3031 CommonModule ,
3132 TextFieldModule ,
33+ MatButtonModule ,
3234 MatInputModule ,
3335 MatSelectModule ,
3436 ] ,
You can’t perform that action at this time.
0 commit comments