Category library

Docker with .net core and angular

Angular share data between components

Definitions and illustration In angular, sharing data between components may cause headache for many of developers, specially in case you need to handle large scale application. In this post, I will introduce the different ways of handling shared data between…

Angular Share Data Between Components

Angular share data between components

Definitions and illustration In angular, sharing data between components may cause headache for many of developers, specially in case you need to handle large scale application. In this post, I will introduce the different ways of handling shared data between…

Angular Shared Library

angular

Angular shared library definitions and illustration Angular shared library allows you to share logic betwen different applications easly, with giving you the ability to reduce code duplications and its issues. Creating the library Creating the library is important when u…