How to create simple components in Angular using TypeScript?
Watch & learn how to create simple components in Angular using TypeScript. This video will explain everything you need to know about simple components in Angular. I’m using my Prodo...
...on a journey to become an outlier software engineer!
Watch & learn how to create simple components in Angular using TypeScript. This video will explain everything you need to know about simple components in Angular. I’m using my Prodo...
Watch & learn how to setup root application component in Angular using TypeScript. This video will explain everything you need to know about the root application component in Angular. I’m using...
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...
More