angular-seed-advanced
angular-seed-advanced copied to clipboard
How do I import mobile specific plugin of nativescript
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.