Angular 2 Tutorial 15: Simple Shopping Application - Part 2

preview_player
Показать описание
Learn how to customize a simple shopping cart application in Angular 2 using CSS.
Рекомендации по теме
Комментарии
Автор

This video is not for beginners. He is just going and going

Akshay-Malthane
Автор

Thanks a lot. I am a CSS beginner. I am good at angular. But was struggling a lot with css. Do you have any other interesting css video tutorials of yours?

sabarisri
Автор

Please provide the link as you told in the video....would be great...thanks:)

dixitthareja_
Автор

At 01:43 angular can't resolve your .css file relatively to your .ts current file because you need to specify a moduleId for the component. Something like:
@Component({
moduleId: module.id,
...
});

henguemelkis
Автор

In the end you said that you will provide link for code... I didn't find anything here.. please provide the link if possible.

pg
Автор

You should also consider the Go Lang(Awesome/Fast Language), or C (Not C++). Other than that great viedo!

amanuel
Автор

how to download your file, please? I am an Angular2 beginner

minhdangdong
Автор

This tutorial could be so much shorter. Get to the point instead of spending too much time on details.

WouterPlanet