@@ -6,19 +6,19 @@ exports[`Login Page should compile 1`] = `
6
6
submitted = { [Function EventEmitter ]}
7
7
>
8
8
9
- <md -card
9
+ <mat -card
10
10
_ngcontent-c0 = " "
11
11
>
12
12
13
13
14
- <md -card-title
14
+ <mat -card-title
15
15
_ngcontent-c0 = " "
16
16
>
17
17
Login
18
- </md -card-title >
18
+ </mat -card-title >
19
19
20
20
21
- <md -card-content
21
+ <mat -card-content
22
22
_ngcontent-c0 = " "
23
23
>
24
24
@@ -36,7 +36,7 @@ exports[`Login Page should compile 1`] = `
36
36
>
37
37
38
38
39
- <md -input-container
39
+ <mat -input-container
40
40
_ngcontent-c0 = " "
41
41
>
42
42
@@ -45,14 +45,14 @@ exports[`Login Page should compile 1`] = `
45
45
_ngcontent-c0 = " "
46
46
class = " ng-untouched ng-pristine ng-valid"
47
47
formcontrolname = " username"
48
- mdinput = " "
48
+ matinput = " "
49
49
ng-reflect-name = " username"
50
50
placeholder = " Username"
51
51
type = " text"
52
52
/>
53
53
54
54
55
- </md -input-container >
55
+ </mat -input-container >
56
56
57
57
58
58
</p >
@@ -64,7 +64,7 @@ exports[`Login Page should compile 1`] = `
64
64
>
65
65
66
66
67
- <md -input-container
67
+ <mat -input-container
68
68
_ngcontent-c0 = " "
69
69
>
70
70
@@ -73,23 +73,23 @@ exports[`Login Page should compile 1`] = `
73
73
_ngcontent-c0 = " "
74
74
class = " ng-untouched ng-pristine ng-valid"
75
75
formcontrolname = " password"
76
- mdinput = " "
76
+ matinput = " "
77
77
ng-reflect-name = " password"
78
78
placeholder = " Password"
79
79
type = " password"
80
80
/>
81
81
82
82
83
- </md -input-container >
83
+ </mat -input-container >
84
84
85
85
86
86
</p >
87
87
88
88
89
89
90
90
91
-
92
-
91
+
92
+
93
93
94
94
<p
95
95
_ngcontent-c0 = " "
@@ -99,7 +99,7 @@ exports[`Login Page should compile 1`] = `
99
99
100
100
<button
101
101
_ngcontent-c0 = " "
102
- md -button= " "
102
+ mat -button= " "
103
103
type = " submit"
104
104
>
105
105
Login
@@ -113,10 +113,10 @@ exports[`Login Page should compile 1`] = `
113
113
</form >
114
114
115
115
116
- </md -card-content >
116
+ </mat -card-content >
117
117
118
118
119
- </md -card >
119
+ </mat -card >
120
120
121
121
</bc-login-form >
122
122
` ;
@@ -127,19 +127,19 @@ exports[`Login Page should disable the form if pending 1`] = `
127
127
submitted = { [Function EventEmitter ]}
128
128
>
129
129
130
- <md -card
130
+ <mat -card
131
131
_ngcontent-c1 = " "
132
132
>
133
133
134
134
135
- <md -card-title
135
+ <mat -card-title
136
136
_ngcontent-c1 = " "
137
137
>
138
138
Login
139
- </md -card-title >
139
+ </mat -card-title >
140
140
141
141
142
- <md -card-content
142
+ <mat -card-content
143
143
_ngcontent-c1 = " "
144
144
>
145
145
@@ -157,7 +157,7 @@ exports[`Login Page should disable the form if pending 1`] = `
157
157
>
158
158
159
159
160
- <md -input-container
160
+ <mat -input-container
161
161
_ngcontent-c1 = " "
162
162
>
163
163
@@ -167,14 +167,14 @@ exports[`Login Page should disable the form if pending 1`] = `
167
167
class = " ng-untouched ng-pristine"
168
168
disabled = " "
169
169
formcontrolname = " username"
170
- mdinput = " "
170
+ matinput = " "
171
171
ng-reflect-name = " username"
172
172
placeholder = " Username"
173
173
type = " text"
174
174
/>
175
175
176
176
177
- </md -input-container >
177
+ </mat -input-container >
178
178
179
179
180
180
</p >
@@ -186,7 +186,7 @@ exports[`Login Page should disable the form if pending 1`] = `
186
186
>
187
187
188
188
189
- <md -input-container
189
+ <mat -input-container
190
190
_ngcontent-c1 = " "
191
191
>
192
192
@@ -196,23 +196,23 @@ exports[`Login Page should disable the form if pending 1`] = `
196
196
class = " ng-untouched ng-pristine"
197
197
disabled = " "
198
198
formcontrolname = " password"
199
- mdinput = " "
199
+ matinput = " "
200
200
ng-reflect-name = " password"
201
201
placeholder = " Password"
202
202
type = " password"
203
203
/>
204
204
205
205
206
- </md -input-container >
206
+ </mat -input-container >
207
207
208
208
209
209
</p >
210
210
211
211
212
212
213
213
214
-
215
-
214
+
215
+
216
216
217
217
<p
218
218
_ngcontent-c1 = " "
@@ -222,7 +222,7 @@ exports[`Login Page should disable the form if pending 1`] = `
222
222
223
223
<button
224
224
_ngcontent-c1 = " "
225
- md -button= " "
225
+ mat -button= " "
226
226
type = " submit"
227
227
>
228
228
Login
@@ -236,10 +236,10 @@ exports[`Login Page should disable the form if pending 1`] = `
236
236
</form >
237
237
238
238
239
- </md -card-content >
239
+ </mat -card-content >
240
240
241
241
242
- </md -card >
242
+ </mat -card >
243
243
244
244
</bc-login-form >
245
245
` ;
@@ -251,19 +251,19 @@ exports[`Login Page should display an error message if provided 1`] = `
251
251
submitted = { [Function EventEmitter ]}
252
252
>
253
253
254
- <md -card
254
+ <mat -card
255
255
_ngcontent-c2 = " "
256
256
>
257
257
258
258
259
- <md -card-title
259
+ <mat -card-title
260
260
_ngcontent-c2 = " "
261
261
>
262
262
Login
263
- </md -card-title >
263
+ </mat -card-title >
264
264
265
265
266
- <md -card-content
266
+ <mat -card-content
267
267
_ngcontent-c2 = " "
268
268
>
269
269
@@ -281,7 +281,7 @@ exports[`Login Page should display an error message if provided 1`] = `
281
281
>
282
282
283
283
284
- <md -input-container
284
+ <mat -input-container
285
285
_ngcontent-c2 = " "
286
286
>
287
287
@@ -290,14 +290,14 @@ exports[`Login Page should display an error message if provided 1`] = `
290
290
_ngcontent-c2 = " "
291
291
class = " ng-untouched ng-pristine ng-valid"
292
292
formcontrolname = " username"
293
- mdinput = " "
293
+ matinput = " "
294
294
ng-reflect-name = " username"
295
295
placeholder = " Username"
296
296
type = " text"
297
297
/>
298
298
299
299
300
- </md -input-container >
300
+ </mat -input-container >
301
301
302
302
303
303
</p >
@@ -309,7 +309,7 @@ exports[`Login Page should display an error message if provided 1`] = `
309
309
>
310
310
311
311
312
- <md -input-container
312
+ <mat -input-container
313
313
_ngcontent-c2 = " "
314
314
>
315
315
@@ -318,14 +318,14 @@ exports[`Login Page should display an error message if provided 1`] = `
318
318
_ngcontent-c2 = " "
319
319
class = " ng-untouched ng-pristine ng-valid"
320
320
formcontrolname = " password"
321
- mdinput = " "
321
+ matinput = " "
322
322
ng-reflect-name = " password"
323
323
placeholder = " Password"
324
324
type = " password"
325
325
/>
326
326
327
327
328
- </md -input-container >
328
+ </mat -input-container >
329
329
330
330
331
331
</p >
@@ -341,8 +341,8 @@ exports[`Login Page should display an error message if provided 1`] = `
341
341
Invalid credentials
342
342
343
343
</p >
344
-
345
-
344
+
345
+
346
346
347
347
<p
348
348
_ngcontent-c2 = " "
@@ -352,7 +352,7 @@ exports[`Login Page should display an error message if provided 1`] = `
352
352
353
353
<button
354
354
_ngcontent-c2 = " "
355
- md -button= " "
355
+ mat -button= " "
356
356
type = " submit"
357
357
>
358
358
Login
@@ -366,10 +366,10 @@ exports[`Login Page should display an error message if provided 1`] = `
366
366
</form >
367
367
368
368
369
- </md -card-content >
369
+ </mat -card-content >
370
370
371
371
372
- </md -card >
372
+ </mat -card >
373
373
374
374
</bc-login-form >
375
375
` ;
0 commit comments