Angular 6 Component

Pubblicato il: 06 giugno 2018
sul canale di: Shahajad Qureshi
25
0

Angular 6 Component are the basic things which we need to learn when doing work in angular. Components are reusable. we can use a component at different places we want to use. For example, if you have a header component you can use the same component as a header for different projects. the component contains an HTML file, a styling file, a typescript file where we write logic regarding that component.
a home component will contain files named as:
home.component.html(HTML file),
home.component.css(CSS file),
home.component.ts(typescript file).

you can also check in website:
http://cucuweb.com


In questa pagina del sito puoi guardare il video online Angular 6 Component della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Shahajad Qureshi 06 giugno 2018, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 25 volte e gli è piaciuto 0 spettatori. Buona visione!