Month: January 2021

Angular | Install Bootstrap in angular project

Angular | Install Bootstrap in angular project

Learn how to install bootstrap in angular project, along with installing ngbootstrap with code snippets all with Angular CLI.

Tools for API Testing & Debugging – Part 1

Tools for API Testing & Debugging – Part 1

Before jumping directly to API tools, let us first understand the basic concept of API. Introduction of API What is an API ? API = Application Programming Interface An API is generally a function that performs a server side logic or extracts information from databases. So, like a function call you need to give some…

Angular CLI | How To Setup Angular Project

Angular CLI | How To Setup Angular Project

In this blog we will learn What is angular, what is typescript, what is transcompilation, Angular CLI, how can a beginner install Angular CLI in windows, how to create new project with various features add options, how to install node modules, how to host in localhost and understand where to add content in angular project.

JavaScript | Intro to Job Titles

JavaScript | Intro to Job Titles

Introduction JavaScript is a programming language that is used to define behaviour of web pages.So, it can be used for … Creating web and mobile apps Server side API development Game development, etc. JavaScript Libraries What is a JavaScript Library ? A library is “a set of reusable code”. There are thousands of libraries on…