Angular micro-frontend architecture. Installing the Nx monorepo and…
https://dekh.medium.com/angular-micro-frontend-architecture-part-2-3-installing-the-nx-monorepo-and-creating-mfe-app-9defbd2f9c3b
#angular #nx
https://dekh.medium.com/angular-micro-frontend-architecture-part-2-3-installing-the-nx-monorepo-and-creating-mfe-app-9defbd2f9c3b
#angular #nx
Medium
Angular micro-frontend architecture. Part 2/3 — Installing the Nx monorepo and creating micro-frontend apps.
Installing the Nx monorepo and creating micro-frontend apps.
Debugging Tips for Angular Developers
https://medium.com/ngconf/debugging-tips-for-angular-developers-eb8dbcd3e379
#angular #Debugging
https://medium.com/ngconf/debugging-tips-for-angular-developers-eb8dbcd3e379
#angular #Debugging
Medium
Debugging Tips for Angular Developers
Something isn’t working right… Now what? How can you figure out what’s going on quickly so you can fix it? Here are a few tips and tools…
How to cook RxJS in an Angular app: tips & tricks
https://medium.com/angularwave/how-to-cook-rxjs-in-an-angular-app-tips-tricks-afd9fbdc4d31
#angular
https://medium.com/angularwave/how-to-cook-rxjs-in-an-angular-app-tips-tricks-afd9fbdc4d31
#angular
Medium
How to cook RxJS in an Angular app: tips & tricks
RxJS itself is one of those things that you better learn with practice. But here are some tips about using it in real apps
The ultimate guide on how to create customizable Angular components
https://kevinkreuzer.medium.com/the-ultimate-guide-on-how-to-create-customizable-angular-components-3eb9794bf86f
#angular
https://kevinkreuzer.medium.com/the-ultimate-guide-on-how-to-create-customizable-angular-components-3eb9794bf86f
#angular
Medium
The ultimate guide on how to create customizable Angular components
best practices, anti-patterns, ng-deep, global styles, mixins, CSS vars, and CSS part, all covered in one article!
Adding ESLint to your Angular application
https://www.freecodecamp.org/news/how-to-add-eslint-to-an-angular-application/
#angular #eslint
https://www.freecodecamp.org/news/how-to-add-eslint-to-an-angular-application/
#angular #eslint
freeCodeCamp.org
How to Add ESLint to an Angular Application
By Rodrigo Kamada In this article, we'll build a web application using the latest version of Angular. Then we'll add ESLint which analyzes the JavaScript code statically to find any problems. Prerequisites Before you start, you need to install and co...
Angular v15 release notes with lots of new features added in it
https://blog.angular.io/angular-v15-is-now-available-df7be7f2f4c8
#angular #release
https://blog.angular.io/angular-v15-is-now-available-df7be7f2f4c8
#angular #release
Medium
Angular v15 is now available!
Over the past year we removed Angular’s legacy compiler and rendering pipeline which enabled the development of a series of developer…
Tips and tricks for using the i18n language locale feature in Angular
https://www.telerik.com/blogs/best-practices-angular-i18n
#angular #i18n
https://www.telerik.com/blogs/best-practices-angular-i18n
#angular #i18n
Telerik Blogs
Best Practices for Angular i18n
In this blog post, we will cover best practices that the virtuous Angular developers use when implementing internationalized user interfaces.
Reference some ESLint rules for Angular-based projects that prioritize accessibility
https://dev.to/angular/angular-eslint-rules-for-accessible-html-content-kf5
---
Bundle size optimization in Angular
https://levelup.gitconnected.com/5-tips-for-optimizing-angular-bundle-size-f0ce5be7c0de
#angular #eslint #aria #accessibility #bundler
https://dev.to/angular/angular-eslint-rules-for-accessible-html-content-kf5
---
Bundle size optimization in Angular
https://levelup.gitconnected.com/5-tips-for-optimizing-angular-bundle-size-f0ce5be7c0de
#angular #eslint #aria #accessibility #bundler
DEV Community
Angular ESLint Rules for Accessible HTML Content
Content accessibility for built-in HTML elements is the third and final category in this series on...
How to create libraries and publish packages to NPM
https://www.freecodecamp.org/news/how-to-create-and-publish-your-first-npm-package/
JS Chart implementation exercise in Angular with Pie and Donut chart forms
https://www.freecodecamp.org/news/how-to-make-pie-and-doughnut-charts-using-chartjs-in-angular/
#npm #nodejs #package #angular #chartjs
https://www.freecodecamp.org/news/how-to-create-and-publish-your-first-npm-package/
JS Chart implementation exercise in Angular with Pie and Donut chart forms
https://www.freecodecamp.org/news/how-to-make-pie-and-doughnut-charts-using-chartjs-in-angular/
#npm #nodejs #package #angular #chartjs
freeCodeCamp.org
How to Create and Publish an NPM Package – a Step-by-Step Guide
NPM is the largest software registry on the internet. There are over a million packages in the NPM Library. Developers publish packages on NPM to share their code with others. And organisations also use NPM to share code internally. In this article, ...
Translation: id-en
Practice building fullstack JavaScript apps with Angular and Nest JS
https://blog.logrocket.com/build-project-using-angular-nestjs/
---
Get to know fnm, the Rust-based Node JS version manager
https://blog.logrocket.com/fnm-rust-built-node-js-version-manager/
---
Communication between Node JS microservices with the gRPC protocol
https://blog.logrocket.com/communicating-between-node-js-microservices-with-grpc/
---
Some npm commands to know
https://javascript.plainenglish.io/10-useful-npm-commands-that-most-people-dont-know-about-5f03d5f1f03c
---
Get to know Fastify JS for the Node JS backend
https://javascript.plainenglish.io/fastify-to-boost-your-node-js-web-app-8837250a2af1
#nodejs #angular #nest #fastify #npm
Practice building fullstack JavaScript apps with Angular and Nest JS
https://blog.logrocket.com/build-project-using-angular-nestjs/
---
Get to know fnm, the Rust-based Node JS version manager
https://blog.logrocket.com/fnm-rust-built-node-js-version-manager/
---
Communication between Node JS microservices with the gRPC protocol
https://blog.logrocket.com/communicating-between-node-js-microservices-with-grpc/
---
Some npm commands to know
https://javascript.plainenglish.io/10-useful-npm-commands-that-most-people-dont-know-about-5f03d5f1f03c
---
Get to know Fastify JS for the Node JS backend
https://javascript.plainenglish.io/fastify-to-boost-your-node-js-web-app-8837250a2af1
#nodejs #angular #nest #fastify #npm
LogRocket Blog
Build a project using Angular and NestJS - LogRocket Blog
This guide provides a a comprehensive understanding of how to use Angular and NestJS to build web applications.
An example of using Signals and Observables in Angular
https://dev.to/this-is-angular/a-sweet-spot-between-signals-and-observables-4chb
#angular #rxjs #signal
https://dev.to/this-is-angular/a-sweet-spot-between-signals-and-observables-4chb
#angular #rxjs #signal
DEV Community
A sweet spot between signals and observables 🍬
In collaboration with Chau Tran. The migration wave to signals is real, state management libraries...
Creating an RBAC system in Angular
https://dev.to/chintanonweb/enabling-multiple-roles-within-role-based-authentication-in-angular-2dcd
---
Several problems are often encountered when using Interceptors in Angular
https://itnext.io/8-daily-problems-solved-by-interceptors-in-angular-59c8ce1e1074
—-
#angular #rbac #interceptor
https://dev.to/chintanonweb/enabling-multiple-roles-within-role-based-authentication-in-angular-2dcd
---
Several problems are often encountered when using Interceptors in Angular
https://itnext.io/8-daily-problems-solved-by-interceptors-in-angular-59c8ce1e1074
—-
#angular #rbac #interceptor
DEV Community
Enabling Multiple Roles within Role-Based Authentication in Angular
Mastering Multiple Roles in Angular: A Complete Role-Based Authentication Guide ...
Some questions about interviews for Angular Developers
https://javascript.plainenglish.io/how-i-failed-an-angular-developer-interview-by-failing-to-answer-this-simple-question-f5a25847ec8b
#angular #developer
https://javascript.plainenglish.io/how-i-failed-an-angular-developer-interview-by-failing-to-answer-this-simple-question-f5a25847ec8b
#angular #developer
Medium
How I Failed an Angular Developer Interview by Failing to Answer this Simple Question
During my Angular developer interview, I was asked a seemingly simple question: "What's the difference between ngIf and ngSwitch?" As an…
Implemented error handling in Angular
https://dev.to/this-is-angular/discovering-odd-behavior-with-angular-error-handling-5gpg
#errorHandler #angular
https://dev.to/this-is-angular/discovering-odd-behavior-with-angular-error-handling-5gpg
#errorHandler #angular
DEV Community
Discovering Odd Behavior with Angular Error Handling
Let's build out a small Angular application: import 'zone.js/dist/zone'; import { Component } from...
Example of using the Browser API in Angular
https://itnext.io/6-browser-apis-to-use-in-angular-97e94fe20de3
#angular #browserAPI
https://itnext.io/6-browser-apis-to-use-in-angular-97e94fe20de3
#angular #browserAPI
Medium
6 Browser APIs to use in Angular
Dive into integrating Angular with Browser’s API. Unlock dynamic web features, from DOM interactions to geolocation, for innovative web…
Mastering Sequential API Calls in Angular with RxJS for Smoother User Experiences
https://levelup.gitconnected.com/mastering-sequential-api-calls-in-angular-with-rxjs-for-smoother-user-experiences-01d002268f09
#angular #rxjs #ux
https://levelup.gitconnected.com/mastering-sequential-api-calls-in-angular-with-rxjs-for-smoother-user-experiences-01d002268f09
#angular #rxjs #ux
Medium
Mastering Sequential API Calls in Angular with RxJS for Smoother User Experiences
Introduction
The CLEANEST authentication I've ever built with Angular
https://www.youtube.com/watch?v=foUS5JlDlCs
#angular #auth
https://www.youtube.com/watch?v=foUS5JlDlCs
#angular #auth
YouTube
The CLEANEST authentication I've ever built with Angular
My modern Angular course: https://angularstart.com/
See how to deal with state management for authentication in an Angular application using some of the latest features like signals in conjunction with RxJS and many other concepts like reactive and declarative…
See how to deal with state management for authentication in an Angular application using some of the latest features like signals in conjunction with RxJS and many other concepts like reactive and declarative…