Angular 5 setup with SASS, LESS preprocessor tutorial

preview_player
Показать описание
Setup Angular 5 project to use with SASS (SCSS ) or LESS pre-processors using Angular CLI

Article and code samples from this tutorial

Please be my patreons on patreaon

Follow me for technology updates

Help me translate this video.
Рекомендации по теме
Комментарии
Автор

Great Tutorial ! I just installed Sass into my basic app. Really appreciate you taking the time to make this vid.

danny_
Автор

Need more videos on these topics in depth.

shankaragoudag
Автор

Always something to learn from your videos. Kudos.

MrOmnidextrous
Автор

It is very useful tutorial. Thank you for sharing .

deepu
Автор

So I'm running angular 7. The compiler doesn't recognize my _vars file without the underscore and full name. Also doesn't recognize the tilder either

agbaid
Автор

it is a really an amazing tutorial!! thanks a lot

midassibayram
Автор

Good One! Your tutorials are very interesting with speed 1.5x :-)

ganeshrajan
Автор

Good tuts. You plan to do tutorial about modules in JavaScript ?

kubekittechnology
Автор

Great video. Do you plan to make a video for angular unit testing?

hasmukhbaldaniya
Автор

Thank you .. you have cleared my doubt.

bhavanirompicharla
Автор

Hi techsith! I might sound a bit ignorant, but what IDE are you using ?
Also keep doing a great job. Wish you lots of success in 2018.

marcin
Автор

Using Angular 8 unable to import vars. @import '~scss/vars' returns the error Can't find stylesheet to import

fulleride
Автор

What about sass/scss linting? Is that already incorporated into the Angular CLI?

anthonytran
Автор

What if we have existing project in css and want to convert it to scss project...???

shakeelkoper
Автор

something changed in angular 7? not aplying my global styles

chicagoboy
Автор

I tried this example step by step. But when I import the browser it gives 'invalid property value' error and does not see any style codes

volkan
Автор

I have followed the same tutorial but getting the following error, please help me out

ERROR in multi ./scss/styles.scss
Module not found: Error: Can't resolve in '/Users/harsh/Virgo'

harshdesai
Автор

If you are using Angular6, ~ wont work. Use ~src. See this

Skaa
Автор

Blue background, and ugly red font... Lmao, I saw that coming. Great tutorial.

nonen
Автор

You may use "ng set default.styleExt scss -g --" will change all extension of set property without editing each style file extension.

JPROCKCHANNEL