InGeek CulturebyGourav KajalSOLID Angular: A Guide to Writing Better CodeApplying SOLID Principles to Improve Code Structure, Reusability, and MaintainabilityFeb 5, 20238Feb 5, 20238
Matsal DevAnguar: How to pass data object from child to parent component using @OutputPassing data between components is common in almost every application. One of the methods of communication between components is to use…Apr 20, 2022Apr 20, 2022
InAngular GemsbyKagklis VasileiosAngular DOM Manipulation: ElementRef, TemplateRef, and ViewContainerRefAn overview of elements, templates, views, and view containers in Angular and how to modify the DOM programmatically.Oct 13, 20223Oct 13, 20223
ZeroesAndOnesHow to pass data from parent to child component in Angular 9The @Input() decorator allows Angular to share data with a child component or directive from a parent component which is a very convenient…Mar 1, 20207Mar 1, 20207
InLITSLINKbyArtem DiashkinRxJS Basics in ExamplesLet's take a look at simple examples of using RxJS, and after that, I hope, you will get the basic idea behind it.Aug 27, 2020Aug 27, 2020