Nx Angular Lazy-loading Libraries
Lazy-loading Libraries In An Nx Angular Standalone App
Search for a command to run...
Articles tagged with #angular-2
Lazy-loading Libraries In An Nx Angular Standalone App
Nx comes with code generation abilities. What the Angular CLI calls “Schematics”, Nx calls “Generators”
While trying out Angular Standalone Components (SC), I asked myself why the Angular team introduced this feature. The official documentation declares: In v14 and higher, standalone components provide a simplified way to build Angular applications. St...
Learn Angular by creating a simple app

Learn Angular by creating a simple app

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 code that does something very specific. Following a model-view-controller pattern, we want components ...
