Angular Material buttons 'flat' and 'stroked' missing
Bilal-io opened this issue · 0 comments
Bilal-io commented
Flat button
"Material Flat Button": {
"prefix": "m-button-flat",
"description": "Rectangular Material flat button.",
"types": "typescript, html",
"body": [
"<button mat-flat-button>${text}</button>$0"
]
}
Stroked button
"Material Stroked Button": {
"prefix": "m-button-stroked",
"description": "Rectangular Material button with a transparent background and a stroke.",
"types": "typescript, html",
"body": [
"<button mat-stroked-button>${text}</button>$0"
]
}