AW-1426 Remove default component if none found
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -39,15 +39,15 @@ export abstract class AbstractItemWidgetComponent {
|
||||
}
|
||||
}
|
||||
|
||||
@Injectable()
|
||||
@Component({
|
||||
selector: 'fm-map-item-list-item',
|
||||
templateUrl: './item-list-item.component.html',
|
||||
styleUrls: ['./item-list-item.component.scss']
|
||||
})
|
||||
export class ItemListItemComponent extends AbstractItemListItemComponent {
|
||||
// @Injectable()
|
||||
// @Component({
|
||||
// selector: 'fm-map-item-list-item',
|
||||
// templateUrl: './item-list-item.component.html',
|
||||
// styleUrls: ['./item-list-item.component.scss']
|
||||
// })
|
||||
// export class ItemListItemComponent extends AbstractItemListItemComponent {
|
||||
|
||||
constructor(store: Store<mapReducers.State | commonReducers.State>, itemTypeService: ItemTypeService) {
|
||||
super(store, itemTypeService);
|
||||
}
|
||||
}
|
||||
// constructor(store: Store<mapReducers.State | commonReducers.State>, itemTypeService: ItemTypeService) {
|
||||
// super(store, itemTypeService);
|
||||
// }
|
||||
// }
|
||||
|
Reference in New Issue
Block a user