Skip to content

Infragistics Blog - Angular

Simplest way to share data between two unrelated Components in Angular

In Angular, it is essential to know how components communicate with each other. If you use a component inside another component, they create a parent child relationship. In such a scenario, parent and child components communicate to each other in following ways:


· 2min

Simplifying Angular CLI for Beginners

So you want to write your first Angular application, however setting up even a ‘Hello World’ Angular application is not easy.


· 9min

Enabling Column Hiding in Ignite UI for Angular Grid

In this blog post, let us learn that how Column Hiding can be enabled in IgniteUI for Angular Grid.


· 3min

Content Projection in Angular Element with Slot in Angular 7.0

Learn about content projection in an Angular element with slot in Angular 7.


· 2min

Simplifying Angular Data Binding to .NET Developers

Handling Angular data binding may be time consuming and sometimes even too complex. This blog post will show you how to simplify the process effectively.


· 5min

Angular Components: Pass By Reference or Pass By Value?

In Angular, you can pass data from parent component to child component using @Input() decorator, and a child component can emit an event to a parent comment using @Output() decorator.


· 2min

How to Build a Crypto Portfolio App with Ignite UI for Angular

In the next article of this series, you will learn how to implement your Firebase configuration in details.


· 6min

Simplifying Different Types of Angular Service Providers

An Angular Service provider delivers a runtime version of a dependency value. Therefore, when you inject a service, the Angular injector looks at the providers to create the instance of the service.


· 4min

Step by Step for Creating Your First Angular Element

Angular Elements allow us to create reusable Angular controls, which can be used outside of the Angular app. Learn how to create your first element.


· 2min