Shaunak Deshpandeshaunak.hashnode.dev·Sep 13, 2024Micro Frontends in AngularWhat are Micro Frontends? Micro frontends extend the concept of microservices to the frontend world, coined first by Thoughtworks. In traditional frontend development, a single application might handle everything from user interfaces to business logi...DiscussAngular
Tom ANDREblog.tomwebdev.fr·Sep 10, 2024Introduction à PrimeNG pour Angular : Guide d’installation et premiers pas🌟 Introduction à PrimeNG Dans le monde du développement web, la création d'interfaces utilisateur performantes et esthétiques est essentielle. Pour les développeurs Angular, PrimeNG est une bibliothèque incontournable, faisant partie de la gamme de ...DiscussPrimeFacesPrimeFlex
yerinyerin.hashnode.dev·Sep 10, 2024Angular 101: Key Basics and Core ConceptsThis post is a translation of the original Korean blog post. Overview: Angular in 2024 Before delving into new technologies or libraries, it's crucial to understand current industry trends. According to the "Most Popular Technologies" section of the ...DiscussAngular
Thirdy Gayaressoftware-engineer.thirdygayares.com·Sep 8, 2024Angular Create Components, Modules, and RoutesComponents Components are building blocks in Angular applications. Each component contains the HTML, CSS, and logic for a part of the user interface. You can think of them like small, reusable parts of a webpage. Module A module is a container for a ...Discuss·2 likes·62 readsAngularangular fundamentals
Fenil Kasundrafenilkasundra.hashnode.dev·Sep 6, 2024Unlocking Success with AngularJS in 2024: A Comprehensive GuideAngularJS has served as a backbone for web development using JavaScript open-source framework for several years now. It was first released by Google and then it grew into a powerful tool that can be used to develop dynamic and interactive web applica...DiscussAngularJS Development Company
Tunji Adeyerisaashound.hashnode.dev·Sep 5, 2024Custom RxJS Operators to Improve Angular AppsRxJS is a powerful library for reactive programming, and one of its key features being the ability to create custom operators. In this guide, we'll look at some handy custom operators and show how to implement them. 1. withLoading Create a custom swi...DiscussRxJS
Rubén Peregrinarubenperegrina.com·Sep 2, 2024Understanding the new Angular @let syntaxThe Angular community has been asking for this feature for many years. Angular has now extended the built-in template syntax with a new way to define variables directly within the template, allowing developers to create and use variables inside the H...Discuss·2 likes·94 readsAngularAngular
Nhan Nguyennhannguyen.hashnode.dev·Aug 28, 2024Understanding Angular Injection Context and Signal equality functionsDependency Injection (DI) is a pivotal design pattern that empowers developers to decouple their code, facilitating easier reuse of classes and services. In the context of Angular, DI plays a crucial role in supplying dependencies to components, dire...DiscussAngularProgramming Blogs
Al Mounayar Mouhamadalmoonlight.hashnode.dev·Aug 25, 2024Prosemirror x Angular : My experience with prosemirrorI've always wanted to build my own writing collaboration tool, similar to GitBook, Notion, or Confluence. To achieve this, I needed to create a powerful text editor. After some research, I discovered Prosemirror. In this article, I share the knowledg...DiscussAngular
Ibrahim Nagnuribrahimhn.hashnode.dev·Aug 25, 2024Comprehensive MCQ and Interview Questions Guide: Java, SQL, Spring Boot, Angular, and JavaScriptHere is a consolidated list of all the multiple-choice questions with their options and correct answers: What is the output of the following code? public class Test { public static void main(String[] args) { int a = 10; int b...Discussinterview