Uncategorized

Angular takes on Web Components

Because of Angular’s vast capabilities, the developers are looking for additional web related work that can be done through it. Angular could be required to use for enhancement of static web pages. This is done through AngularJS already on some websites. The HTML pages are written then AngularJS and Bootstrap is used to provide enhancement in the code. It’s unfortunately not available in the newer version of Angular. Angular Elements is hopefully expected to change that.


Uncategorized

Using the Angular Template Language Service

Angular Language Service was released to make the developers more productive and reduce the errors by offering better code completion and context. This service is available for installation for the Visual Studio as well as other code editors that support TypeScript. This effectively allows us to use the intellisense for variables defined and used in the template.


Uncategorized

Testing Strategies in Angular

There are lots of different libraries available for writing tests, several ways to run them, lots of different frameworks that are available and our goal is to give you a good set of defaults with our tools like CLI, and with our test repositories, but we want them to be flexible. If you feel that such tools are easy, you can work with them.


Uncategorized

Demystifying RxJS

What is RxJS and how crucial addition it is to reactive programming? Well lets find out in this detailed article about it. RxJS is more than 9 years old (yes its true!) and when it came most of us had questions, that had us confused about what it really is and was it even necessary to have it? So, in this article we will focus on answering these questions.