You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 fromui/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.The text was updated successfully, but these errors were encountered: