Skip to content

Commit ec06fce

Browse files
authoredMay 26, 2020
Merge branch 'master' into master
2 parents 1bc06a1 + 99ebba4 commit ec06fce

File tree

5 files changed

+1156
-10
lines changed

5 files changed

+1156
-10
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ You don't need to type any dashes: "ngrxr" -> "ng-rx-reducer" snippet
136136
| m-button-fab-mini | Small circular button w/ elevation. |
137137
| m-button-icon | Circular Material button with a transparent background |
138138
| m-button-raised | Rectangular Material button w/ elevation. |
139+
| m-button-flat | Rectangular Material flat button. |
140+
| m-button-stroked | Rectangular Material button with a transparent background and a stroke. |
139141
| m-button-toggle | Material toggle button |
140142
| m-card | Material Basic Card |
141143
| m-card-full | Material Card |

‎snippets/html.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1382,5 +1382,5 @@
13821382
"<ng-content #${1:name}></ng-content>",
13831383
"$0"
13841384
]
1385-
}
1386-
}
1385+
}
1386+
}

0 commit comments

Comments
 (0)