We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1750787 commit 1db8695Copy full SHA for 1db8695
snippets/angular/html.json
@@ -113,6 +113,24 @@
113
],
114
"description": "<ion-card>"
115
},
116
+ "ion-card-button": {
117
+ "prefix": "i-card-button",
118
+ "body": [
119
+ "<ion-card button (click)=\"${1:cardClick}()\">",
120
+ "\t$0",
121
+ "</ion-card>"
122
+ ],
123
+ "description": "<ion-card> as button"
124
+ },
125
+ "ion-card-href": {
126
+ "prefix": "i-card-href",
127
128
+ "<ion-card href=\"${1:home}\">",
129
130
131
132
+ "description": "<ion-card> w/ href"
133
134
"ion-card-loop": {
135
"prefix": "i-card-loop",
136
"body": [
0 commit comments