Fix hover and select remove @Host()
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
@@ -17,7 +17,7 @@ export class Switch2D3DComponent {
|
||||
private synchronizers:any[];
|
||||
|
||||
|
||||
constructor(@Host() private map: MapComponent) {
|
||||
constructor(private map: MapComponent) {
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user