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·14 likes·176 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
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
Shivraj Singh Deopashivrajdeopa.hashnode.dev·Sep 10, 2023MonoRepo Development Style via Angular.source: https://angular.io/guide/file-structure The "ng new" angular cli command creates an initial skeleton application at the root level of the workspace, along with its end-to-end tests. The skeleton is for a simple Welcome application that is rea...Discuss·52 readsmonorepo
Selelo Mogapiangular-to-bedtime.hashnode.dev·Sep 6, 2023The Tale of Declarative vs. Imperative ProgrammingIntroduction Hello and welcome to my inaugural blog post! Today, I'm diving headfirst into a topic that's a cornerstone of modern programming: the ongoing dialogue between declarative and imperative paradigms. As a professional well-versed in Angular...DiscussAngular
Chris pennchrispenn.hashnode.dev·Sep 4, 2023Angular: Avoiding 10 Common Coding MistakesAngular, a front-end JavaScript framework developed by Google, has rapidly become one of the most popular choices for building dynamic web applications. Its comprehensive features, robust architecture, and extensive community support have made it a g...DiscussAngular
FeStackfestack.hashnode.dev·Sep 1, 2023How to Migrate Your Angular Application State Management from Observable to SignalsIf you are an Angular developer, you might be familiar with the concept of Observable, which is a way of handling asynchronous data streams in your application. Observable allows you to subscribe to data changes and react accordingly, using operators...Discuss·7 likesAngular