diff --git a/radar/2017-03-01/angular-2.md b/radar/2017-03-01/angular-2.md deleted file mode 100644 index 04be7c3..0000000 --- a/radar/2017-03-01/angular-2.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Angular 2" -ring: assess -quadrant: languages-and-frameworks - ---- - -The latest version of the Angular Framework, which is used for large single-page applications. - -[Angular 2](https://angular.io/) is a complete rewrite of Angular 1 — many things have changed compared to the first version. The latest best practices and toolings from the JavaScript community have found their way into Angular2. - -It supports DI (dependency injection), it has a clean inheritance and a good separation of concerns. Angular2 follows the [web component standards](https://www.w3.org/standards/techs/components#w3c_all) to avoid negative side effects between components. - -We think that Angular2+ is well-structured on both a development and an application level. - -When talking about Angular2, we must consider the [angular.cli](https://cli.angular.io/) as well, which provides a huge level of intelligent automation along the development process and project setup. diff --git a/radar/2017-03-01/angular.md b/radar/2017-03-01/angular.md new file mode 100644 index 0000000..2cd95a7 --- /dev/null +++ b/radar/2017-03-01/angular.md @@ -0,0 +1,16 @@ +--- +title: "Angular" +ring: assess +quadrant: languages-and-frameworks + +--- + +The latest version of the Angular Framework, which is used for large single-page applications. + +[Angular](https://angular.io/) is a complete rewrite of Angular 1 — many things have changed compared to the first version. The latest best practices and toolings from the JavaScript community have found their way into Angular. + +It supports DI (dependency injection), it has a clean inheritance and a good separation of concerns. Angular follows the [web component standards](https://www.w3.org/standards/techs/components#w3c_all) to avoid negative side effects between components. + +We think that Angular is well-structured on both a development and an application level. + +When talking about Angular, we must consider the [angular.cli](https://cli.angular.io/) as well, which provides a huge level of intelligent automation along the development process and project setup. diff --git a/radar/2017-03-01/typescript.md b/radar/2017-03-01/typescript.md index 040ddb7..70fd036 100644 --- a/radar/2017-03-01/typescript.md +++ b/radar/2017-03-01/typescript.md @@ -17,6 +17,6 @@ TypeScript continues to be actively developed by Microsoft and is also well-Inte The excellent structure and the possibilities for extension make it a good choice to consider for larger JavaScript projects. -Typescript was the choice for [Angular 2+](/languages-and-frameworks/angular-2.html) and one can assume that it will get more traction with the success of Angular 2 in the future. +Typescript was the choice for [Angular](/languages-and-frameworks/angular.html) and one can assume that it will get more traction with the success of Angular in the future. There are also projects that support Typescript „code execution“ on the server such as [ts-node](https://www.npmjs.com/package/ts-node).