Alright? Now the doubt 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 for the installation with angular-cli. Even then I still had to comment on // import "materialize-css"; in main.ts and 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 gives 404 error. Has anyone managed to resolve these issues?
Hugs