I need to fetch some posts. We will use the httpResource. HttpClient returned observables but this one is reactive wrapper around HttpClient. The response we get is a signal. We can render the content in template as {{ content.value() }} But there is new inquiry. We need filter by specific user, No problem we can […]
A Case for tailwind
I am gonna start fresh, I am will write semantic CSS. The You have a blog title that is different than other titles, little bigger, with underline. So I will use class like .blog-title now all of the styles goes here. But then you have to have design .page-title, another heading that might share styles […]
Some Angular Concepts
What do you mean by adding behavior routerLink is a special attribute called directive, they are good at adding behaviors to html element or components. This <a> tag used to link to different page. But now it links to HomeComponent because of routerLink. We changed the behavior of <a> tag. Dependency Injection It’s a design […]
Stow Problem ignore files
I wrote about stow before, but I was trying to use after six months, I thought it would be straight forward. But not at all. That article is missing a lot of details for example it says type the following command But type this command where, that I found that I’ve to be in .dotfiles. […]
