Browse By Tags

  • Dynamic tabs with routing

    I am using Angular 11 and latest IG (Dec 2020 release), as I am on a brand new Ignite UI license.

    I am unsure how to go about dynamically creating a tab, with a routerlink to another component (with parameter).

    Example:

    Tab:Scenarios (list of scenarios…

  • What's New in 17.2: Infragistics Ultimate

    Today, with the release of Infragistics Ultimate 17.2, we are expanding the features and functionality of our popular UI control suite for web, mobile, and desktop development. Additionally, we have added new developer productivity tooling and enhanced…

  • Simplifying Content Projection in Angular

    In Angular, content projection is used to project content in a component. Let’s take a closer look at how it works:

    Content projection allows you to insert a shadow DOM in your component. To put it simply, if you want to insert HTML elements or other…