Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 428 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 428 Bytes

Angular-Fundamentals

Angular fundamentals and concepts.

  • input-output-example: It covers basics on @Input and @Output concepts. On how parent component and chile component communicate.
  • services-example: It covers on how components can communicate using a service class that provides data.
  • routing-example: It covers routing concepts. Has 3 components and nothing in them. It just demonstrates how routing is performed.