How to setup the Root Module of Angular application using TypeScript?
Watch & learn how to setup the root module of Angular application using TypeScript. This video will explain everything you need to know about the root module in Angular. I’m...
...on a journey to become an outlier software engineer!
Watch & learn how to setup the root module of Angular application using TypeScript. This video will explain everything you need to know about the root module in Angular. I’m...
Learn the concept of Bootstrapping the root module in Angular. Get to know what method of compilation is good for your project, whether it is “platform-browser-dynamic” or “platform-browser”. I’m using...
SystemJS is a configurable module loader enabling dynamic ES module workflows in browsers and NodeJS. In this post, I’ll tell you how to use SystemJS ES Module Loader for Angular,...
It will be good to give a tour of Prodo Angular application’s project first before I start writing posts to explain the technical concepts. If you are wondering what Prodo is,...
I’ve recently started working on an e-commerce Backend application named , using which products can be managed for Prodo e-commerce application. Learn how to build e-commerce Backend App using Angular, Web...
The goal of this post is to explain how to create CRUD operations using ASP.NET Web API 2. I’ll be using attribute routing for CRUD operations that will be consumed...
The goal of this post is to explain how to use Attribute routing using ASP.NET Web API 2. The code that I’ll use in this post is from my another...
ASP.NET Web API V1 & V2 both return response in pascal-case format out of the box. Developers would like to change this if they would like to support mobile or...
I’ve recently publish few posts that explains how to work with Newtonsoft.Json framework. Make sure you check them out if you would like to learn more. In this post, I’ll...
In this post, I’ll explain all of the data binding types in Angular with examples. Data Binding As developers we can push values to and pull values from HTML so...
More