Categories Programming How to pass data from parent component to child component in Angular Posted on Posted onFebruary 2, 2023By Sameer Gurung There are several ways to pass data/variables from a parent component to a child component … Continue ReadingHow to pass data from parent component to child component in Angular
Categories Programming How to pass data from child component to a parent component in Angular Posted on Posted onFebruary 2, 2023By Sameer Gurung Passing data from a child component to a parent component in Angular can be done … Continue ReadingHow to pass data from child component to a parent component in Angular
Categories Programming How to pass data between a child component and parent component using shared service in Angular Posted on Posted onFebruary 1, 2023By Sameer Gurung Here’s an example of how to pass a variable from a child component to a … Continue ReadingHow to pass data between a child component and parent component using shared service in Angular
Categories Blog Programming Git basics in a FLASH! Posted on Posted onJanuary 23, 2022By Sameer Gurung Hello World! Apart from adding, committing and pushing files to the repository, here are some … Continue ReadingGit basics in a FLASH!