Hello Everyone if you previously have worked with angular 1.x or not. It doesn’t matter you can easily follow my tutorials to get started with Angular (2 onwards). There are two generations of angular 1st and 2nd (2 onwards). All the 1.x are considered as first generation that is called AngularJS. Starting from 2nd version…
Angular is a platform and framework developed by Google Team for developing client and mobile applications in HTML, css and TypeScript. Angular framework itself is written in TypeScript. A superset of javascript that provides other OOPs based functionalities that pure javascript doesn’t. What Are NgModules? NgModules are the angular modules. Angular app mainly comprises of…