Posted in React, Web Application

React Component Types

React has many different types of components and all provide different kind of use cases and performance optmizations. In this post we will see different types of components in brief and which component to use when Basic Component  These are the default component of react which we use always, this has the all the react […]

Posted in Angular, Web Application

Angular CLI 7.1.2 – Whats New and Project Setup

Angular CLI Angular CLI is a command line tool that you use to initialize, develop, scaffold, and maintain Angular applications. What’s New The 7.1.2 release of Angular is here! This is a major release spanning the entire platform, including the core framework, Angular Material, and the CLI with synchronized major versions. This release contains new features […]