|
@@ -11,7 +11,7 @@ export class CheckbuttonGroupComponent extends GroupInputComponent implements On
|
|
|
|
|
|
firstControl: FormControl;
|
|
|
|
|
|
- readonly componentName = 'CheckbuttonGroupComponent'; // For AOT compatibility, as class names don't survice minification
|
|
|
+ readonly componentName = 'CheckbuttonGroupComponent'; // For AOT compatibility, as class names don't survive minification
|
|
|
|
|
|
constructor(
|
|
|
@Attribute('firstEnablesRest') private firstEnablesRest,
|