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...
In this post, you can learn how to use Angular in ASP.NET 4.X project using Visual Studio 2015. If you like to work with ASP.NET empty or MVC project templates...
In this post, you will learn how to create store products management app using Angular & TypeScript. The name that I came up for this app is “Sweetos” – a sweets store...
The optimization package in ASP.NET MVC framework has built-in support for Content Delivery Network (CDN). Using CDN can improve the performance of your application. The trick is to use it for...
More