Great news everyone: The Angular Language Service is coming to Visual Studio! For those who don’t know, the Angular team has done a lot of great work on powering up the editing experience for Angular using something called the Angular Language Service. (more…)
Read more »
When working with Angular, surely you have heard the one magic rule for your templates: Don’t call any methods. And there is good reason: The way Angular Change Detection works, your method will be called in every CD cycle. This can lead to massive perfor... (more…)
Read more »
Take a look at the benefits of advanced Angular 2 development, that will help you byild great web and mobile applications...
Read more »
As you may know, AngularJS framework is no longer supported. Creating new pages using that framework is discouraged.
How can we handle existing pages, written with older framework? How can we handle new pages? (more…)
Read more »
To add tooltips in Angular we can use angular material tooltip module called MatTooltipModule. (more…)
Read more »