Truemag

  • Home
  • Angular JS
  • C Sharp
  • DevOps




angular 6 4

  1. New features in Angular 6

    Below are some of the new features in Angular 6: Some of the new features in angular 6 are very promising and will be very useful for the developers. HTTP client libraries have been moved to @angular/common/http. One of the most exciting features of Angular is the full support of Angular Elements, so now we […]

  2. How to use NgIf in Angular Js?

    NgIf is an angular structural directive that is used to conditionally filter the data on the HTML Dom based on some desired conditions to get the results on the HTML Dom. Below is a simple implementation of an Angular If app.component.ts import { Component } from ‘@angular/core’; @Component({ selector: ‘app-root’, templateUrl: ‘./app.component.html’, styleUrls: [‘./app.component.css’] }) […]

  3. How to create a navbar component in angular 2?

    Create Navbar Component using Bootstrap Navbar component is one of the most basic components that every application. In this tutorial today I am going to show you how we can create a navbar component in angular applications. We will be using angular cli for creating the angular navbar component. Below are the required steps for […]

  4. How to generate a component using Angular Cli

    Run the below command to confirm that angular cli is installed on your system: ng –version Once you run the above command you get a screen similar to the below screen: Once you are sure that angular Cli is installed on your machine, then you can run the below command to generate a component: ng generate Components […]

Sign up for our newsletter to receive the latest news and event postings.

Recent Posts
  • Case Statement in Azure DevOps
  • How to solve file not found error in Linux?
  • How to delete local branch in git?
  • What is the git command to move branch pointer to different commit without checkout ?
  • What command tracks the revisions in git ?
Recent Comments
  • How to change directory in git bash? - Prashant's Blog on How to delete local branch in git?
  • eebest8 on How to use Http Post in Angular 4

  • Case Statement in Azure DevOps
  • How to solve file not found error in Linux?
  • How to delete local branch in git?
  • What is the git command to move branch pointer to different commit without checkout ?
  • What command tracks the revisions in git ?
  • Home
  • Angular JS
  • C Sharp
  • DevOps
  • June 2020
  • April 2020
  • February 2020
  • July 2019
  • June 2019
  • May 2019
  • January 2019
  • November 2018
  • October 2018
  • September 2018
  • July 2018
  • March 2018
  • February 2018
2018 © Prashant's Blog