20+ Angular Code Improvement Tips You Need To Learn Now
https://javascript.plainenglish.io/20-angular-code-improvement-tips-you-need-to-learn-now-af57cab58c69
#angular
https://javascript.plainenglish.io/20-angular-code-improvement-tips-you-need-to-learn-now-af57cab58c69
#angular
Medium
20+ Angular Code Improvement Tips You Need To Learn Now
In this article, I will talk about various code improvement points that you need to follow in your project to make the code more readable…
Angular DOM Manipulation: ElementRef, TemplateRef, and ViewContainerRef
https://javascript.plainenglish.io/angular-elementref-templateref-viewcontainerref-8517b7ce3274
#angular #dom
https://javascript.plainenglish.io/angular-elementref-templateref-viewcontainerref-8517b7ce3274
#angular #dom
Medium
Angular DOM Manipulation: ElementRef, TemplateRef, and ViewContainerRef
An overview of elements, templates, views, and view containers in Angular and how to modify the DOM programmatically.
Most Useful Angular Features You’ve Probably Never Used
https://javascript.plainenglish.io/most-useful-angular-features-youve-probably-never-used-a64522e747a9
#angular #features
https://javascript.plainenglish.io/most-useful-angular-features-youve-probably-never-used-a64522e747a9
#angular #features
Medium
Most Useful Angular Features You’ve Probably Never Used
In this article, we’ll highlight some of the most useful Angular features you may have never heard of.
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.