Home > Article > Web Front-end > How to use less in angular6
This time I will show you how to use less in angular6, and what are the precautions for using less in angular6. The following is a practical case, let's take a look.
New projectng new<a href="http://www.php.cn/wiki/165.html" target="_blank"> [appname] --style less</a>
reference with the suffix less and set the following content in the angular.json file
{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "projects", "projects": { "ngTest": { "root": "", "sourceRoot": "src", "projectType": "application", "prefix": "app", "schematics": { "@schematics/angular:component": { "styleext": "less" } } ...... }I believe you have mastered it after reading the case in this article For more exciting methods, please pay attention to other related articles on the php Chinese website! Recommended reading:
How to use async function in js
How to optimize js async function
The above is the detailed content of How to use less in angular6. For more information, please follow other related articles on the PHP Chinese website!