Angular 6 Tutorial 6: Components

preview_player
Показать описание
This video shows you what components are, how to create components in Angular and include them in other components.

Рекомендации по теме
Комментарии
Автор

Please make a tutorial on using redux with angular. I love the way you teach! it's really easy to understand

srivastav_prince
Автор

Where is tutorial number 5? You mention that the 'init' is covered in last tutorial...

lassehamborg
Автор

my " import { AboutComponent } from './about/about.component'; "is been forever dim and never work
Idk why ?

elishap
Автор

make video on http get and post method url in angular 6 complete with rest api

codeVithSk
Автор

Hi, importing HelloComponent into app.component.ts is not needed, . Simply inserting the <app-hello></app-hello> into app.component.html is pretty enough for render child component...

seenuvasanv