Hi Guys
My directory is like this:
I want to use point.ts, so I import this file in demo.ts:
import {PointProvider} from "../../providers/point/point"
This seems to work. But is there any elegant way to import point.ts? ‘…/…/’ maybe not the best way.
Thanks