-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
MdSlider prevents compiling with AoT #1657
Comments
AFAIK it's because the inputs/outputs where marked as private which won't work with AOT. see #1636 for instance. |
This was fixed in 833368f, which should be included in the current release (alpha.9-3) |
Also note that new releases are being done on |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Compile project with AoT
What is the current behavior?
Compilation fails due to MdSlider's _tickInterval being private
What are the steps to reproduce?
Compile with ngc
ngc -p src/tsconfig-aot.json
Returns:
What is the use-case or motivation for changing an existing behavior?
Make compile with AoT work
Which versions of Angular, Material, OS, browsers are affected?
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: