From 4c3cb245d8c8bdef1a24731d45797a790cd5a535 Mon Sep 17 00:00:00 2001 From: PMehlAoe <139540793+PMehlAoe@users.noreply.github.com> Date: Mon, 21 Aug 2023 07:50:34 +0200 Subject: [PATCH] docs: update angular Updates the entry for Angular --- radar/2023-09-01/angular.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 radar/2023-09-01/angular.md diff --git a/radar/2023-09-01/angular.md b/radar/2023-09-01/angular.md new file mode 100644 index 0000000..c9a48a7 --- /dev/null +++ b/radar/2023-09-01/angular.md @@ -0,0 +1,14 @@ +--- +title: "Angular" +ring: adopt +quadrant: languages-and-frameworks +tags: [coding, frontend] +--- + +Angular in version 15 remains a robust and well-maintained front-end framework that continues to build new features on its strong foundation. Angular provides excellent tools for building large-scale applications. + +For example, it comes with the built-in ability to set up and manage a monorepo. This makes sharing components across multiple projects very straightforward. Angular as a framework provides an opinionated approach to solving various problems, +reduces decision making in a positive way and provides consistency while still offering enough flexibility where it is needed. Angular 15 stabilizes standalone components, a feature introduced in Angular 14 that aims to further simplify Angular applications. +This reduces module complexity, which is a common criticism of Angular. + +Upgrading to new versions has become quite easy due to the stable nature of the framework and detailed migration guides provided by the maintainers.