Components: Property 'steps' does not exist

Created on 14 Feb 2019  路  3Comments  路  Source: angular/components

I recently installed @angular/material version 7.3.2 and I am trying to build my project for production:
ng build --prod

but and I keep getting this error:
ERROR in node_modules\@angular\material\steppertypings\index.d.ts.MatHorizontalStepper.html(1,68): : Property 'steps' does not exist on type 'MatHorizontalStepper'. Did you mean '_steps'?

node_modules\@angular\material\steppertypings\index.d.ts.MatHorizontalStepper.html(1,1033): : Property 'steps' does not exist on type 'MatHorizontalStepper'.
Did you mean '_steps'?

node_modules\@angular\material\steppertypings\index.d.ts.MatVerticalStepper.html(1,23): : Property 'steps' does not exist on type 'MatVerticalStepper'. Did you mean '_steps'?

Most helpful comment

All 3 comments

@macjohnny thank you very much. I believe this will fix my issue, I will test it this evening.

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings