这次给大家带来angular 6中使用 less步骤详解,angular6中使用less的注意事项有哪些,下面就是实战案例,一起来看一下。
新项目
ng <a href="http://www.php.cn/wiki/165.html" target="_blank">new</a> [appname] --style less
已有的项目
修改 *.css 文件及引用处后缀名为 less并在 angular.json 文件中设置以下内容
{ "$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" } } ...... }
相信看了本文案例你已经掌握了方法,更多精彩请关注php中文网其它相关文章!
推荐阅读:
以上是angular 6中使用less步骤详解的详细内容。更多信息请关注PHP中文网其他相关文章!