wwwalkerrun / nativescript-ngx-magic

Magically drop a NativeScript app into your Angular web app and reuse all your code.
MIT License
48 stars 8 forks source link

how to import a nativescript service/module inside the component? #14

Open ozexpert opened 7 years ago

ozexpert commented 7 years ago

env: nativescript / web

let say i want to import

import {Page} from "ui/page";

which is nativescript specific. this breaks the web since there's no ui/page. how can i solve this problem? any idea?

vultix commented 7 years ago

Is there any update on this? I would love to have this as well.