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.
Want to know what Web Components are, how they compare to popular app development frameworks, and discover the benefits of using such technologies? Read below.
Usability testing is a way to prevent your project form failing after its official release and once it meets the biggest critics out there – the end-users!
Prototyping tools have become an essential part in the creation of modern, rich, and interactive UI/UX designs. See which ones lead our chart.
What is GitHub and what makes it the most valued open source platform to 40 million users in 200 countries. Learn the answers in our latest blog post.
Read this blog to know the basics of expert reviews, usability testing, and user research to know the difference between them and the best way to combine them effectively.
What are design systems, why using them and how to build one? Find the answers with Indigo.Design and learn more about design systems benefits.
What is user-centered design and why is it important? Find the answers with Indigo.Design and learn more about user-centered design principles & methods.
Learn what prototyping is and why it is important. Indigo.Design experts explain the prototyping process and elaborate with examples, prototyping methods and tools to use.
This post highlights the changes starting with NPM packages deployed from our 20.1 release (9.1 Angular) from June 2nd and forward. Any NPM packages prior to this release are unaffected.
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: You can learn in detail about @Input here and @Output here. In this […]