Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'ngx-date-picker' is not a known element depending on starting page. #14

Open
jonathan-chin opened this issue Sep 26, 2020 · 1 comment

Comments

@jonathan-chin
Copy link

I have a multipage Ionic app. let's just call them page A and page B

page A imports a module that imports a few other packages, including ngx-date-picker. if I load the app starting on page A, everything works as expected.

page B doesn't load that module. if I load the app starting on page B then navigate to page A, it throws the following error: 'ngx-date-picker' is not a known element. it's funny because it doesn't complain about any of the other modules that page A loads that page B doesn't.

page A also imports ngx-time-picker but there are no errors on that (although, it might be halting execution after the date-picker error).

any thoughts on what is going on? any fixes beyond importing ngx-date-picker at the root?

@aavanzyl
Copy link
Owner

aavanzyl commented Oct 2, 2020

@jonathan-chin can you provide me with a code example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants