#angular-2
Read more stories on Hashnode
Articles with this tag
Lazy-loading Libraries In An Nx Angular Standalone App · So far, our Nx angular standalone application has three independent libraries and a shared...
Nx comes with code generation abilities. What the Angular CLI calls “Schematics”, Nx calls “Generators” · Straight from the documentation, "Similar to...
While trying out Angular Standalone Components (SC), I asked myself why the Angular team introduced this feature. The official documentation...
Learn Angular by creating a simple app · In the previous post, we started building a simple to-do app and we were able to log data from the input element...
Learn Angular by creating a simple app · Another to-do app?? Yes, and there is a reason for that. There are some types of applications that force you to...
As described in angular.io, “A service is typically a class with a narrow, well-defined purpose“. In other words, we can see services as a piece of...