creativetimofficial / material-kit

Free and Open Source UI Kit for Bootstrap 5, React, Vue.js, React Native and Sketch based on Google's Material Design
https://www.creative-tim.com/product/material-kit?ref=mk-creativetimofficial-github
MIT License
5.91k stars 1.37k forks source link

how to configure the .scss and .css and .js files in angular 6? #139

Closed IomarSantos closed 5 years ago

IomarSantos commented 6 years ago

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Failure Logs

Please include any relevant log snippets or files here.

xProgrammer-007 commented 6 years ago

Just download the necessary files , put in under your assets . Find locate angular.json at root of project and under styles property add all the scss or css and under scripts property add all js , if you want to change angular to use default scss then modify the property "styleext": "css" to "styleext": "scss" . And you are set