Skip to content

Infragistics Blogs

Get the latest trends in low-code, app development, product updates and more. Here we share our knowledge, best advice, how-tos, research, insights, and more - all with the aim of helping you learn how to build better apps faster.

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

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

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

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.

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.

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

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.

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.

You may have come across the requirement to push data in real time to an Angular Grid. To push data to the browser, you need a technology called WebSocket. You can implement that using NodeJS or ASP.NET SignalR. For the purpose of this article, we will use Web Sockets with NodeJS. 

In this article, we will follow a step-by-step approach to deploy an Angular application to a GitHub. We will create a project using Angular CLI  and then deploy that to GitHub. Let us get started.