Closed austrolex closed 6 years ago
Same here.
Unfortunately this project doesn't have any plans to add support to Angular framework. I consider React, but not Angular. I'm leaving this issue open just in case anyone appears with a external solution.
Since there was no answer, I'll close it to keep the issues clean. Feel free to reopen it anytime.
Any support or way to use with angular till now?
This is how I make it working with Angular
In angular.json file
"node_modules/materialize-stepper/dist/css/mstepper.css"
in scripts property.
And in styles property
"node_modules/materialize-stepper/dist/js/mstepper.js"
Then in ts file import like
declare const MStepper: any;
I am using MaterializeCSS together with Angular. Is there any way to add the stepper? I can't seem to figure out how...