Hi,
slicer.ts is a good example but there is a problem: some object used in that example (like IVisualHostServices) are not exposed in the module created by pbiviz ( powerbi.extensibility.visual).
If I define my custom visual in the same module of slicer.ts than it not compile (i.e. it doesn't know IVisual).
There is a way to use that object from my module?
Thanks
Giacomo