life is too short for a diary



Posts Tagged: angular

Daily Logs for 23 July, 2025

Dear Vishi, my logs for today...

Continue reading → angular gemini



Deploy an Angular App to GitHub Pages for Free

GitHub Pages provides a simple way to host static websites for free. In this guide, we'll create a basic Angular app, build it for production, and deploy it to GitHub Pages...

Continue reading → angular gitHub pages



Understanding Date Formatting in Angular

Angular provides the DatePipe for formatting dates. You can use it directly in your templates with the pipe syntax, or you can use it programmatically in your components...

Continue reading → angular