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§ion=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)
-
0
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 addedwizard.js
to your angular.json file, then you can useKTWizard
in your components.