Base solution for your next web application
Open Closed

Confused about Metronic's Stepper Wizard #11851


User avatar
0
Hammer created

Hello, I'm using Angular + Asp.net core, v13.

I'm a bit puzzled about how to use Metronic's stepper wizard. I understood that there is KTWizard that I can use, but as far as I know, no angular component is provided, at least I can't find a suitable import for my Typescript component.

From https://preview.keenthemes.com/metronic-v6/?page=docs&section=wizard, I understand that I have to reference the js library to be able to use it (that's understandable)... But then, where ? KTWizard object is not recognized in my typescript component, because I did not import anything...

Could you please help ?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @Hammer

    I assume you are using Metronic v6. You need to add a type definition to typings.d.ts file and if you have added wizard.js to your angular.json file, then you can use KTWizard in your components.