Angular 2 Tutorial - 2 - Architecture

preview_player
Показать описание

📱 Follow Codevolution

The Architecture overview of Angular 2

Angular 2 | Angular 2 Tutorials | Angular 2 Tutorials for beginners | Angular 2 Architecture
Рекомендации по теме
Комментарии
Автор

Module Vs Component:
Components control views (html). They also communicate with other components and services to bring functionality to your app.

Modules consist of one or more components. They do not control any html. Your modules declare which components can be used by components belonging to other modules, which classes will be injected by the dependency injector and which component gets bootstrapped. Modules allow you to manage your components to bring modularity to your app.

mdiqbal
Автор

Can you please post a video to debug typescript in vscode from chrome

sunilkumar-zfdx
Автор

I'm facing a issue like ''Zone is already loaded" Can anyone have an idea about that?

pratikprajapati
Автор

hii i want entire angular 2 course, where can i find..

shivakrishna
Автор

Hi. great videos. Why dont you have a patreon account or a udemy course?

Eashvitz
Автор

Is this too outdated to learn ? Or can i just start with Angular 6? I have basic AngularJS knowledge. Please let me know. Thanks.

rajath
Автор

It's comPOnent, not COMponent. sounds really funny.

songsIlike