Angular
Some optimization for an angular app
Explanation Recently I was working on a project that was using Angular 15 and there was some issues with the performance of the ap...
How to add Angular to a NestJs project ?
Other nestjs posts I’ve made a few posts about NestJs, you can find them here: How to update NestJs ? Setting up a NestJs pr...
Create an angular library
Creating the project First we will setup the project using the angular cli. Library ng new my-library-name --no-create-application...
Create a Code Snippet Component
While developping a dumb library called wtfui that I do for fun and to learn some stuff, I needed to create a component that would...