-
# Modular Monoliths with Nx
Frontend architecture is a crucial part of every application. It is the foundation for maintainable and scalable applications. In this blog, I will show you how to build s…
-
# What is Frontend Architecture? - Tomasz Ducin - blog
While working on applications (let it be React, Angular, Vue, pick your favorite one), we make architectural decisions all the time. It's extrem…
-
**Front-End and Technology Choices**
- React/Angular: Although skilled in these frameworks, the company minimizes front-end focus to cut costs.
- Firebase: Utilized as a cost-effective solution to…
-
Undoubtedly, one of the most striking features of the Angular framework is the Dependency Injection mechanism. Nowadays, there is a powerful alternative to the traditional constructor based DI, namely…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Which Transloco package(s) are the source of the bug?
Transloco
### Is this a regression?
No
### Current be…
-
Initially, we've been using this country code for an AngularJS application https://github.com/appirio-tech/accounts-app/blob/dev/package.json#L22.
But later, we need the same list of countries and …
-
### Reduced Test Case
http://see-the-code-in-the-description
### Do you understand that if a reduced test case is not provided, we will intentionally delay triaging of your ticket?
- [X] I underst…
-
# Angular Query Core Concepts - Tomasz Ducin - blog
This post introduces Angular Query to Angular Developers: why you should care, what is the mental model, how it works and how your applications can…
-
### Describe the problem that you experienced
```
D:\Applications\docs\angular.io\angular>yarn docs
yarn run v1.22.19
$ [[ -n $CI ]] && echo 'Cannot run this yarn script on CI' && exit 1 || yarn…
-
### Which @angular/* package(s) are the source of the bug?
router
### Is this a regression?
No
### Description
Lets say app uses `FooComponent` and `AbcComponent` and defines routing as follows:
…