Basic Concepts in Angular
2018-08-28
Angular is a client side framework. It is a front-end JavaScript framework used to build single page applications. In Angular everything is a component (the basic block of an Angular application), which represents one area of a functionality. Generally, a component is composed of three files: an HTML template whichContinue Reading