Kinark / Materialize-stepper

A little plugin that implements a stepper to Materializecss framework.
https://kinark.github.io/Materialize-stepper/
MIT License
227 stars 60 forks source link

Angular Support #32

Closed austrolex closed 6 years ago

austrolex commented 6 years ago

I am using MaterializeCSS together with Angular. Is there any way to add the stepper? I can't seem to figure out how...

judasane commented 6 years ago

Same here.

Kinark commented 6 years ago

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.

Kinark commented 6 years ago

Since there was no answer, I'll close it to keep the issues clean. Feel free to reopen it anytime.

ermarkar commented 5 years ago

Any support or way to use with angular till now?

ermarkar commented 5 years ago

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;

https://stackoverflow.com/questions/56738035/how-to-use-materialize-stepper-with-angular/56739012#56739012