Webinar Recap: Getting Started with Angular 2 with TypeScript Dhananjay Kumar / Wed, Nov 30, 2016 Recently we hosted a webinar about Getting Started with Angular 2 with TypeScript for the India and APAC region, and we’d like to share the presentation and recorded webinar with you now! In the webinar...
Introduction to Angular 2 Components Dhananjay Kumar / Mon, Nov 21, 2016 A component is a main building block of an Angular 2 application, and an application may have any number of components. We can consider a component a particular view of the application with its own logic...
JS Blocks – open source Angular components for progressive web applications Konstantin Dinev / Thu, Nov 10, 2016 We already mentioned JS Blocks in one of our earlier posts on Ignite UI and Angular . This post is intended to introduce Ignite UI JS Blocks in much more detail. JS Blocks is a brand new member of the...
What does the powerful combination of Ignite UI and Angular 2 make possible for developers? Ignite UI Team / Tue, Nov 8, 2016 We have always striven to stay ahead of the curve with Ignite UI, thus with 16.2 we're introducing compatibility with the newly released Angular framework in two separate directions. We now have both...
16.2 Webinar Recap Infragistics Videos / Fri, Nov 4, 2016 We would like to thank everyone for attending the Infragistics 16.2 webinar! If you missed it, please check out the recording here . [youtube] width="560" height="315" src="http://www.youtube.com/embed...
How to create custom Attribute Directive in Angular Dhananjay Kumar / Tue, Nov 1, 2016 Attribute Directives are used to change the behavior, appearance or look of an element on a user input or via data from the service. Essentially, there are three types of directives in Angular 2: ...