Browse By

Category Archives: Angular2

Angular 5.0.0

Angular 5.0.0 is now available

Angular 5.0.0 with code name pentagonal-donut is now available. This is a major release containing new features and bugfixes. This release continues Angular’s team focus on making Angular smaller, faster, and easier to use. Here is the changelog 5.0.0 pentagonal-donut (2017-11-01) Features animations: allow @.disabled

ngUpgrade

NgUpgrade HOWTO Guide

NgUpgrade is a library put together by the Angular team, which we can use in our applications to mix and match AngularJS and Angular components and bridge the AngularJS and Angular dependency injection systems. In this article we will look at what it is and

Angular4 debugging

“ Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. ” — Brian Kernighan In this article Maxim Koretskyi guides us though the

primeng logo

PrimeNG 4.0 Final Release

PrimeTek is pleased to announce the 4.0-Final release of PrimeNG featuring 100+ enhancements over the previous 2.x version.  PrimeNG is a collection of rich UI components for Angular 2+. PrimeNG is a sibling of the popular JavaServer Faces Component Suite, PrimeFaces. All widgets are open source and

Ionic 3, Angular 4 and Google Maps

A detailed guide by Didin about how to build an Ionic 3 application using Angular 4 and the Google Maps Javascript API. Read the guide here: https://www.djamware.com/post/58f4da2080aca7414e78a638/step-by-step-tutorial-of-ionic-3-angular-4-and-google-maps-directions-service

angular2 logo

Angular 2 Final Release

The wait is over Angular devs! Angular 2 final release is here ready for use. Today, at a special meetup at Google, angular team announced the final release version of Angular 2, the full-platform successor to Angular 1. A few of the things you can

angular2 logo

Angular 2.0.0-rc.7 released

As we are getting closer to final release the Angular2 team is releasing more often rc’s. The latest RC.7 is available now for download. Minimal breaking changes this time (as they promised to be fair). Complete changelog below: Bug Fixes core: allow group() to be

angular-cli logo

Adding jQuery to Angular-CLI project

Angular-cli project became quite famous after the latest ng-conf and now more and more people are using it. I am one of them and to be honest I enjoy the simplicity and the convenience it gives you when you want to start a new project

angular2 logo

Angular 2.0.0-rc.3 released

The Angular team released a new candidate some hours ago and I am pretty excited to see that things moving faster than few months ago. In this release there is a major performance improvement and the @angular/router has been finally merged to the main repository.

angular2 logo

Angular 2.0.0-rc.2 released

Angular 2.0.0-rc.2 just released and there is a number of improvements and fixes. Have a look below for the complete list. Bug Fixes Animation: Problem with decimals using commas as decimal separation (5f3d02b), closes #6335 #6338 animations: Ensure AUTO styles are cleared at the end