RXJS for developers – Part1

Hi,

In this section, we will be starting with new series on RxJs. But, before jumping to rxjs directly, let’s understand stream of values first. As we know from JS world everything is synchronous. Let’s say every click which we do in application, that will be stream of value which contains click event. Let’s prove this point with an example.

Read more

Ecommerce App using ASP.NET Core and Angular

Hi Friends,

During this lock-down period; I spent some time writing one full stack project using ASP.NET Core and Angular 9 with other best practices as explained below. I hope you like it.

Warning and Disclaimer

Every effort applied to make this project complete and accurate to the topic, but no warranty is implied. Any implementation in this project are MY OWN and also borrowed from best practices segment. ALL content presented AS-IS, for learning purposes only. Author will not be liable for any loss or damages arising from the information presented in this project. This also involves stripe implementation. Just use test card as explained in readme not actual card. Incase, if any amount get deducted from actual card, author won’t be responsible for any loss or damage.

Read more

Angular Playground

Hi Friends,

In this section, I will discuss more on angular playground, which is recently released. Generally, when we work on enterprise apps with many components, directives, pipes etc. Therefore, even for small change you need to load the whole app and do bunch of testing. And this becomes more frustrating when you need to do more iterative changes. For these cases, Angular playground has been introduced.

Read more

Yeoman generator for angular material CRUD application

Hi,

In the last post http://bit.ly/angular-yeoman-crud, I shared about scaffolding angular application with CRUD functionality using bootstrap. In this post, I have created the same example but with material design. All CRUD related infrastructure code is already setup. You just need to replace that JSON based code with API based HTTP calls. You can also refer the same at https://www.npmjs.com/package/generator-angular-material-crud. So, let’s get started.

Read more

Yeoman generator for sample angular crud application

Hi Friends,

I have distributed one generator for Angular CRUD application. This application can be stretched out to accommodate your need. Numerous a period I found that at whatever point I am testing or composing any new application, I need fundamental muck thing first set up. Furthermore, this is somewhat reiteration of same things, consequently chose to offload this stuff with some nonexclusive utility. Subsequently, chose to distribute the equivalent on npm as yeoman generator. You can refer the same https://www.npmjs.com/package/generator-sample-crud-angular.

Read more

Running multiple angular elements on the same page

Hi Friends,

In this segment, we will talk about how to load and run different web components at the same time. In this way, on the off chance that you all are not comfortable with custom components, you can check my blog around that http://bit.ly/ng-elements. Presently, it sounds like clever what is big manage numerous custom-components, on the off chance that it can work single custom component then it can work with various custom components also. Be that as it may, this isn’t the situation. When, you consume second part, you will get “Zone already loaded” kind of error.

Read more

Getting Started with Angular Console

Hi Friends,

In this section, we will talk about angular console from nrwl team. You can download the exe from https://angularconsole.com/#download. This is fairly easy, easy to use console experience for everyone like for experienced developers or for beginners. Simple advantage of using this is you know you don’t need to remember CLI commands always rather than you can GUI help to fix it for you. Having said that, let’s get started. Here you can download your own version say

Read more

Thanks, Rahul Happy Coding