Open vicatcu opened 2 months ago
Which library are you using in your project?
This is the package @heliomarpm/ion-calendar
in your code snippet you are using ion7-calendar
Both repos have the same issue, I cut and paste code from the other one
Ambos os repositórios têm o mesmo problema, eu recorto e colo o código do outro
I'm unable to reproduce this error, can you provide a demonstration repository?
Describe the bug
At compile time I get the following errors in VSCode:
Value at position 6 in the NgModule.imports of AppModule is not a reference Value could not be determined statically.(-991010) app.module.ts(28, 5): Unable to evaluate this expression statically. app.module.ts(28, 5): A value for 'forRoot' cannot be determined statically, as it is an external declaration.
To Reproduce
As described in the Change Defaults usage example in the README
Code snippet
Expected behavior
As described in the Change Defaults usage example in the README, this should build without error.
Node.js Version
18.20.2
OS
Linux 6.9
Additional Library Versions
Additional context/Screenshots
No response