How to use scss files of angularjs in angular 4 pr

2019-09-11 16:50发布

问题:

I am working on migration of my angularjs project to angular 4.I followed the steps in angular documentation for migrating and I was able to migrate my code .However i could link the scss files of angularjs to angular project.Could anyone suggest me how to do this?

回答1:

Scss is not supported right away you could add some sass components to allow your angular project to use sass. Try this: https://github.com/AngularClass/angular-starter/wiki/How-to-include-SCSS-in-components



标签: angular