Learning Angular as a React Developer

As a front-end developer, you always get asked whether you specialize in React or Angular. These two mainstream technologies have their strengths and weaknesses, and each is more appropriate depending on the project, but in this article, we will not be discussing that. I am currently working at Apiumhub, and recently I started working in Angular. This is a quick cheat sheet for getting started in Angular as a React developer. 

Creating a Component in Angular

Let’s imagine we want to create a CustomButton component. When we create this component in React, it can look similar to this:

CategoriesUncategorized