Please enable JavaScript.
Coggle requires JavaScript to display documents.
Angular Introduction (basic concepts (fundamental concepts (App component,…
Angular Introduction
basic concepts
-
-
-
fundamental concepts
-
-
-
components AND services
-
The metadata for a service class provides the information Angular needs to make it available to components through dependency injection (DI)
-
-
-
Components
root component
-
-
-
-
Component() decorator identifies the class immediatly below as a component
-