Dany ParedesProwww.danywalls.com·Sep 26, 2023Head Start with Angular Signals: A Basic OverviewSince Angular 16, I have heard a lot about Signals, the @angular/team did great work listening to the community and improving the Signals API with Rxjs interop. Yesterday I was talking with my friend Juan Berzosa he hadn't played with Signals yet, So...Discuss·6 likes·420 readsAngularAngular
Cherlock Codeevergrowingdev.hashnode.dev·Sep 26, 2023🛡 5 Best Free Angular Tutorials and Courses for BeginnersThink of the most complex website you use regularly. The elaborate web app for your bank with pages and pages of features. Or the massive e-commerce site you can explore for hours. Chances are, these sites leverage a framework to manage all that fron...DiscussToolsAngular
Dharmen Shahblog.shhdharmen.me·Sep 24, 2023Toggle dark theme in Angular MaterialIn one of our previous articles, we saw how to lazy load a dark theme. If you haven't already, please check it first: https://blog.shhdharmen.me/save-some-bytes-when-using-multiple-themes-in-angular-material-components Now, to load the "dark-theme.cs...Discuss·1 likeAngular
Dany ParedesProwww.danywalls.com·Sep 19, 2023Getting Started with NestJS: Create Your First API EffortlesslyWhen I write articles with examples or code MVP , I need to show some data in most of the cases JSON-server save me, or use open APIs to retrieve and post data. However, there are times when we may require specific features, such as uploading files, ...Discuss·15 likes·507 readsNestJSnestjs
Bartosz Szłapakbarcioch.pro·Sep 18, 2023Angular @Input and @Output testingIn this article, I'll show how to test Angular component with inputs and outputs. Setup If unsure how to set up Angular with Jest please refer to the article: https://barcioch.pro/angular-with-jest-setup Component Create a component with one input an...DiscussAngular
Lucky victoryblog.lucky-victory.dev·Sep 18, 2023Choosing the Right Frontend Framework: React vs. AngularIntroduction In the ever-evolving landscape of web development, choosing the right frontend framework is a pivotal decision for any web developer or development team. Frontend frameworks have revolutionized the way we build web applications, enabling...DiscussAngular
Dharmen Shahblog.shhdharmen.me·Sep 18, 2023Modify colors of Angular Material ButtonStruggling with changing colors of angular material buttons? Not anymore! Read on... Let’s assume that you have added Angular Material in your project and selected a pre-built theme to use. We will create a custom-theme, which should get applied only...Discuss·1 likeAngular
Mallikarjun Komarrajumallikarjun.hashnode.dev·Sep 14, 2023Handling Forms using Control Value Accessor interfaceThere might be scenarios we come across when we are building complex forms where we have a component which is having many template components(child) and each template component has a state and a form in it. We might face a few issues like Hard to ha...Discuss·1 likeintroduction
Bartosz Szłapakbarcioch.pro·Sep 14, 2023Angular - custom *ngIf directiveIn this article, I'll show how to create a custom structural directive that works similarly to Angular's ngIf. The goal is to create a directive that checks if a current user has required permissions by passing them to the directive. The directive sh...DiscussAngular
Patrickblog.tyszko.dev·Sep 10, 2023Get errors from NestJS and inject to Angular formsIn every new app, we need to know how we should handle errors from the backend.After creating a lot of frontends and backends I decided to share my experience with forms and validation errors. Probably if you are reading this article you are also thi...Discussnestjs