Prefixed map-common

This commit is contained in:
Willem Dantuma
2019-11-04 13:34:00 +01:00
parent 4de14abf89
commit d57ebc2ad8
56 changed files with 81 additions and 80 deletions

View File

@@ -13,7 +13,7 @@ import { Observable } from 'rxjs';
@ForItemType("vnd.farmmaps.itemtype.geotiff.processed")
@Injectable()
@Component({
selector: 'selected-item-geotiff',
selector: 'fm-map-selected-item-geotiff',
templateUrl: './selected-item-geotiff.component.html',
styleUrls: ['./selected-item-geotiff.component.scss']
})