fixed typos

This commit is contained in:
Bernhard Behrendt
2018-05-04 13:52:37 +02:00
parent de58d5e36a
commit 698944ee57

View File

@@ -5,7 +5,7 @@ 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 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 ecosystem in 2017. Like in particular the improvements on the HTTP-Client which require less coding effort from now or
the great improvements on angular.cli like aot (ahead of time compile) for faster rendering, fewer requests and 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. much smaller builds to name just the most important ones.
@@ -13,5 +13,5 @@ Beside that many facts about, we made many good experiences using Angular in lar
it's the choice in our telecommunication sector teams as single page application framework (SPA) for micro service front it's the choice in our telecommunication sector teams as single page application framework (SPA) for micro service front
ends. ends.
The convenient scaffolding of unit- and end-2-end-tests provides a very quality driven workflow. The convenient scaffolding of unit- and end-2-end-tests provide a very quality driven workflow.
Also the component architecture helps to keep the codebase understandable end maintainable. Also the module and component architecture helps to keep the codebase understandable end maintainable.