Components of Angular Js and their purposes Module Modules serve as containers to help you organize code within your AngularJS application. Modules can contain sub-modules, more... (more…)
Read more »
Igor Minar, Angular Team Lead at Google, keynoted on Angular at NG-BE 2016 which took place in Belgium last week. Minar presented the release schedule adopted for future versions of Angular and introduced the following major version which will be Angular ...
Read more »
Being able to make http requests is a very important part of a single page application. In this post I will show a quick demo of how to make requests using the Angular 2.0 http module.
Read more »
Nine easy-to-follow examples using TestBed, fixtures, async and fakeAsync/tick.
Read more »
Angular is adding a new feature called signals that will give it a reactive primitive similar to Vue.js and Solid. Learn how it compares to other popular Jav... (more…)
Read more »