Ionic version: (check one with "x")
[ ] 2.x
[ X] 3.x
[ ] 4.x
Ion2-calendar mode: (check one with "x")
[X ] components mode
[ X] modal mode
I'm submitting a ... (check one with "x")
[ ] bug report
[ ] feature request
[X ] help me
Current behavior:
Hello.
I've installed the plugin and imported it on app.modules as described.
The problem is I'm only able to use component in the app/app.html file. If I try using it anywhere else, like in pages/*.html, the component tag is highlighted in red as an error and the message says:
[Angular]
'ion-calendar' is not a known element:
If 'ion-calendar' is an Angular component, then verify that it is part of this module.
If 'ion-calendar' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
Expected behavior:
Being able to use the calendar component anywhere.
Steps to reproduce:
I simply followed the instructions.
Ionic version: (check one with "x") [ ] 2.x [ X] 3.x [ ] 4.x
Ion2-calendar mode: (check one with "x") [X ] components mode [ X] modal mode
I'm submitting a ... (check one with "x") [ ] bug report [ ] feature request [X ] help me
Current behavior:
Hello. I've installed the plugin and imported it on app.modules as described. The problem is I'm only able to use component in the app/app.html file. If I try using it anywhere else, like in pages/*.html, the component tag is highlighted in red as an error and the message says:
Expected behavior: Being able to use the calendar component anywhere.
Steps to reproduce: I simply followed the instructions.