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.