0
all right? Now the question is for those who are used to using materialize, more precisely the Slider component that has in the Javascript/Media menu. It does not start. I installed the angular2-materialize following all the steps to the installation with angular-cli. Still I had to comment on the "materialize-css" import//; in main.ts and it’s no use adding the lines
<link type="text/css" rel="stylesheet" href="vendor/materialize-css/dist/css/materialize.css"/>
<script type="text/javascript" src="vendor/jquery/dist/jquery.min.js"></script>
That’s a 404 error. Someone has already solved these issues?
Hugs