<tutorialjinni.com/>

Edit Angular Project in Visual Code IDE

Posted Under: Angular on Sep 23, 2018
Edit Angular Project in Visual Code IDE
In this Angular Tutorial, we created our first Angular app but we did not changed anything there. Now in this tutorial we are going to edit it. For that we are going to use and Integrated Development Enviroment (IDE). For this tutorial we will use Visual Studio Code which which a free IDE and you can download it and install.

Material Angular Bootstrap 4 Admin Panel Template

Posted Under: Angular on Sep 22, 2018
Material Angular Bootstrap 4 Admin Panel Template
Material is an Responsive Admin Panel Template built using Angular and Bootstrap. The theme is inspired by Google Material Design concept so is the name. Theme features five color purple, orange, red, blue and green.

Setup Angular With node and Angular CLI

Posted Under: Angular on Sep 21, 2018
Setup Angular With node and Angular CLI
Let's build our first Angular app. For that, we'll use the official Angular Command Line Interface (CLI) and that is the recommended and best way of creating Angular projects because Angular projects are actually a bit more elaborate regarding their build workflow.

Difference Between AngularJS and Angular

Posted Under: Angular on Sep 20, 2018
Difference Between AngularJS and Angular
You might have noticed different version of angular, We have Angular 6, 5, 4, 2, 1. So question arises What's up with all of these versions? The answer is Angular 2 is complete rewrite of Angular 1, which was the first Angular framework released and that was released quite a couple of years ago.

Getting Started With Angular

Posted Under: Angular on Sep 19, 2018
Getting Started With Angular
Angular is a framework which allows you to create reactive, single page applications. A Single Page Application (SPA) is an application like the one shown below, a simple github profile searching application. You can search different profiles based on username but the URL remains remain constant.