Tag: AngularJS
Defining a Component using Selector, Template, Styles in Angular
Components Component controls the user interface of Angular. We can make as many components according to the requirement. As Angular is a single page application, we use components instead of using multipage. To create a component, we firstly we go
Routing And Navigation on Command Line in Angular 6
Routing And Navigation On Command Line in Angular 6 Angular CLI tool can be installed with npm. It requires NodeJs. We can download node from the official site [link] and install using instructions on the site. node -v // this
Multiple ng-app directives in a single page in AngularJS
How can we put multiple ng-app directives in a single page in AngularJS What is ng-app directive? The “ng-app” directive designates the root-element of the AngularJS application or we can say it initializes an angularJS application, usually placed near the