The missing documentation tool for your Angular, Nest & Stencil application https://github.com/compodoc/compodoc Most of the Angular projects I have been part of have been huge with hundreds of components, dozens of modules, services, directives, pipes, and so on. As the application gets bigger and bigger, it sometimes becomes overwhelmingly difficult […]
Angular
The Angular framework is particularly popular for developing Enterprise applications. If you’re working on an Angular application, I am almost certain you’ll have to make some API calls. In this article, we’ll try to go through some of the common mistakes developers make while making API calls from an Angular […]
Here's a list of 10 less known Angular features that you've probably never used or heard of. Make no mistake, they might be less know Angular features but can be more than handy while developing applications with Angular.
If you’re here, then you probably are new to Angular or just want to refresh your knowledge about the Angular Folder Structure. This post explains the Angular application folder structure created by using Angular CLI. This is valid for Angular 6, Angular 7, Angular 8 and Angular 9 as well. […]
With Angular 9.1, the last major Angular 9 version released a few weeks ago, the Angular team has started working towards Angular 10 in full force. The next version of Angular is expected to focus more on moving libraries from the View Engine compiler to Ivy. Angular 9 came enabled […]
Due to the fact that Angular is such a popular framework, you'll be frequently asked about it in developer interviews. Here are 10 Angular 9 interview questions that are asked in interviews very often.
The Angular team just released version 9.1 of the Angular framework. Angular 9.1 is a minor release of the framework and the CLI that is a drop-in replacement for 9.0 containing new features and bug fixes. Here are some of the prominent features and fixes in Angular 9.1 : If you’re […]
[UPDATE: April 14, 2020]: I initially wrote this article in 2018 but I can see a lot of people are still interested based on the traffic I am getting for this page. So, I decided to update this article and also improve the component a little bit. It’s now upgraded […]
Javascript has become a hot topic of the day, thanks to the number of awesome frameworks available and more than that the awesome community of developers supporting this open source development. Javascript is no more just a front-end scripting language that it used to be. With arrival of Node.js, any […]