We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to compile with ngc, I'm getting:
Error: Unexpected value 'DatepickerModule' imported by the module 'SharedModule'
same for TooltipModule and probably every other one.
DatepickerModule is imported (also tried importing from ng2-bootstrap/components/datepicker/datepicker.module):
import { DatepickerModule } from "ng2-bootstrap";
and when building with webpack it works fine.
According to discussion here: angular/angular#11262
it's due to missing *.metadata.json files.
The text was updated successfully, but these errors were encountered:
yeah, you are right, this is about metadata.json need to generate them additionality same as #933
Sorry, something went wrong.
No branches or pull requests
When trying to compile with ngc, I'm getting:
same for TooltipModule and probably every other one.
DatepickerModule is imported (also tried importing from ng2-bootstrap/components/datepicker/datepicker.module):
and when building with webpack it works fine.
According to discussion here:
angular/angular#11262
it's due to missing *.metadata.json files.
The text was updated successfully, but these errors were encountered: