You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Mock definitions. This test case does not have access to @angular/material. */
142
+
* Mock definitions. This test case does not have access to @angular/material.
143
+
*/
135
144
classMatRipple {
136
145
color:string;
137
146
}
138
-
/*
147
+
148
+
/*
139
149
* Actual test cases using the previously defined definitions.
140
150
*/
141
-
classAimplementsOnInit {
142
-
constructor(privatea:MatRipple) {}
151
+
classAimplementsOnInit {
152
+
constructor(privatea:MatRipple) {}
153
+
143
154
ngOnInit() {
144
155
this.a.newColor='primary';
145
-
} }
156
+
}
157
+
}
146
158
```
147
159
148
160
**Note**: The `_input.ts` file will be just transformed by the V7 migrations and compared to the `_expected_output.ts` file. This means that it's necessary to also include the no longer valid mock declarations to the expected output file.
0 commit comments