angular-seed-advanced icon indicating copy to clipboard operation
angular-seed-advanced copied to clipboard

How do I import mobile specific plugin of nativescript

Open Sharique-Hasan opened this issue 7 years ago • 0 comments

This is not an issue but a question.

I want to import the nativescript date-picker plugin in my component. But as the component is shared across the platforms so sitting in my component at src/client/app/components/registration.component.ts How should I import the date picker plugin from ui/date-picker so that my web's build doesn't get disturbed. I could not locate any existing example in the repo for such purpose.

Sharique-Hasan avatar Sep 23 '17 15:09 Sharique-Hasan