Archive of posts with category 'Angular'

Rxjs operators

What is operators shareReplay concatMap mergeMap exhaustMap debounceTime distinctUntilChanged switchMap

Building our first Angular component

In this article we will discusse how one of the main features of Angular is that gives us the ability of creating our own custom elements. We are going to...

What is Data Binding?

We could basically translate data binding with communication. Communication betwwen our Typescript code of our component and the template which the users see.