From 90f187369654e9a79fd0050cb8a79528290080fe Mon Sep 17 00:00:00 2001 From: Bernhard Behrendt Date: Mon, 26 Mar 2018 20:56:46 +0200 Subject: [PATCH] Angular -> trial and article updated --- radar/2017-10-01/angular.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 radar/2017-10-01/angular.md diff --git a/radar/2017-10-01/angular.md b/radar/2017-10-01/angular.md new file mode 100644 index 0000000..d35489c --- /dev/null +++ b/radar/2017-10-01/angular.md @@ -0,0 +1,17 @@ +--- +title: "Angular" +ring: trial +quadrant: languages-and-frameworks + +--- +Beside that many major upgrades from version 2 to 5 which often needed manual hands on a lot has happened in the Angular +ecosystem in 2017. Like in particular the improvements on the HTTP-Client which requires less coding effort from now or +the great improvements on angular.cli like aot (ahead of time compile) for faster rendering, fewer requests and +much smaller builds to name just the most important ones. + +Beside that many facts about, we made many good experiences using Angular in large and medium size projects. Actually +it's the choice in our telecommunication sector teams as single page application framework (SPA) for micro service front +ends. + +The convenient scaffolding of unit- and end-2-end-tests provides a very quality driven workflow. +Also the component architecture helps to keep the codebase understandable end maintainable. \ No newline at end of file