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
skipBaseClassChecks
Please check this stackblitz project to see the issue.
Basically, although skipBaseClassChecks is set to true, the checks are still being performed.
true
Any idea why this is happening?....Something wrong in my setup?
When skipBaseClassChecks is set to true, the container will disable all checking of base classes.
Even if skipBaseClassChecks is set to true, the container will keep all checking of base classes,
N/A
Check the link above for the stackblitz project that is showing the faulty behaviour.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please check this stackblitz project to see the issue.
Basically, although
skipBaseClassChecks
is set totrue
, the checks are still being performed.Any idea why this is happening?....Something wrong in my setup?
Expected Behavior
When
skipBaseClassChecks
is set totrue
, the container will disable all checking of base classes.Current Behavior
Even if
skipBaseClassChecks
is set totrue
, the container will keep all checking of base classes,Possible Solution
N/A
Steps to Reproduce (for bugs)
Check the link above for the stackblitz project that is showing the faulty behaviour.
Context
Your Environment
Stack trace
The text was updated successfully, but these errors were encountered: