File tree 5 files changed +0
-15
lines changed
scripts/component_template
5 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ export class AudioComponent {
15
15
@Input ( { required : true } ) type ! : Type ;
16
16
@Input ( ) key ! : Key ;
17
17
private _config ! : AudioType ;
18
- isChecked = false ;
19
-
20
- constructor ( private readonly channel : Channel ) { }
21
18
22
19
ngOnChanges ( ) {
23
20
this . _config = AudioType . deserializeBinary (
Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ export class ImageComponent {
18
18
@Input ( ) key ! : Key ;
19
19
@Input ( ) style ! : Style ;
20
20
private _config ! : ImageType ;
21
- isChecked = false ;
22
-
23
- constructor ( private readonly channel : Channel ) { }
24
21
25
22
ngOnChanges ( ) {
26
23
this . _config = ImageType . deserializeBinary (
Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ export class SidenavComponent {
20
20
@Input ( ) key ! : Key ;
21
21
@Input ( ) style ! : Style ;
22
22
private _config ! : SidenavType ;
23
- isChecked = false ;
24
-
25
- constructor ( private readonly channel : Channel ) { }
26
23
27
24
ngOnChanges ( ) {
28
25
this . _config = SidenavType . deserializeBinary (
Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ export class VideoComponent {
18
18
@Input ( ) key ! : Key ;
19
19
@Input ( ) style ! : Style ;
20
20
private _config ! : VideoType ;
21
- isChecked = false ;
22
-
23
- constructor ( private readonly channel : Channel ) { }
24
21
25
22
ngOnChanges ( ) {
26
23
this . _config = VideoType . deserializeBinary (
Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ export class ComponentNameComponent {
16
16
@Input ( { required : true } ) type ! : Type ;
17
17
@Input ( ) key ! : Key ;
18
18
private _config ! : ComponentNameType ;
19
- isChecked = false ;
20
-
21
- constructor ( private readonly channel : Channel ) { }
22
19
23
20
ngOnChanges ( ) {
24
21
this . _config = ComponentNameType . deserializeBinary (
You can’t perform that action at this time.
0 commit comments