Angular’s Backyard: The Resolving of Components Dependencies

by Dor Moshe Angular’s Backyard: The Resolving of Components Dependencies This article originally appeared on dormoshe.io [https://dormoshe.io/articles/angulars-backyard-the-resolving-of-components-dependencies-10] Many of us use the Hierarchical Dependency Injection mechanism of Angular. We use it through a service or a component to resolve another service or provider. But, do we know what Angular does

Read More

Steps you should take to build a healthy Angular project

by Ashish Gaikwad Steps you should take to build a healthy Angular project Create your “Angular Fitbit” with Jenkins + SonarQube Just like the recent introduction of wearables to track our health, the software industry has long followed the practice of monitoring the health of software projects. The most common

Read More

Reusable Web Application Strategies: three patterns for running the same app in multiple spots

Imagine your team just deployed an amazing todo list app. A month later, another team in your company wants to run your todo app within their invoice app. So now you need to run your todo app in two spots: 1. By itself 2. Embedded within the invoice

Read More

How to validate default and custom reactive forms in Angular

by Luuk Gruijs How to validate default and custom reactive forms in Angular When presenting forms to your users, it’s considered very user-friendly to give them immediate feedback on whether what they type is actually correct. Besides that, it could also limit the number of requests to the server. You

Read More

48 answers on StackOverflow to the most popular Angular questions

by Shlomi Levi 48 answers on StackOverflow to the most popular Angular questions I gathered the most common questions and answers from Stackoverflow. These questions were chosen by the highest score received. Whether you are an expert or a beginner, you can learn from others’ experiences. Table of Contents

Read More

How to use AWS Amplify and Angular to Build Cloud Enabled JavaScript Applications

by Nader Dabit How to use AWS Amplify and Angular to Build Cloud Enabled JavaScript Applications AWS Amplify [https://aws.github.io/aws-amplify/?utm_source=blog&utm_campaign=amplify_angular_medium_nader] helps you add functionality like storage, GraphQL, authentication, analytics, pub-sub, and internationalization to your JavaScript applications. While you can integrate AWS Amplify into any JavaScript framework, Angular components have recently been

Read More

How to create an online poll with ASP.NET Core, Angular 5, and Highcharts

In this article, we will create an online polling application using ASP.NET Core, Angular 5, and the Entity Framework Core. Since this is the season of Indian Premiere League cricket in India, we will create an online poll for “Who is going to win IPL 2018?” The poll results will

Read More

Angular 6 and its new features — explained in three minutes

Angular [https://angular.io] has come out with some amazing new features in version 6.0.0 [https://angular.io/], especially in Angular-cli. Now, with Angular 6, you can easily update your old packages, create native web elements using Angular Elements, and many other things. Let’s take a look! ng add ng add is a

Read More