microsoft / windows-admin-center-sdk

SDK including documentation and sample code for developing extensions for Windows Admin Center (previously Project Honolulu)
Other
119 stars 51 forks source link

The Wizard control is not adhering to the documentation #218

Open ravi-ssj4 opened 3 years ago

ravi-ssj4 commented 3 years ago

It seems there has been an upgrade in the wac api as now its importing modules classes from '@microsoft/windows-admin-center-sdk/angular' instead of '@msft-sme/angular' and due to this there is some inconsistency, at least in the wizard control. I am trying to implement the wizard control and getting the following error : Error: : Can't bind to 'wizardBuilder' since it isn't a known property of 'sme-wizard'

I am stuck in this for quite sometime now. Any kind of help is appreciated, Thankyou.

Regards.

ravi-ssj4 commented 3 years ago

Hi @mattatmsft, could you please help sir, thankyou.