From 18f6a81f99f1943b9ac539249e643a9263e1121d Mon Sep 17 00:00:00 2001 From: callpri Date: Fri, 15 Sep 2023 11:15:27 +0300 Subject: [PATCH] Update index.md CodeLobster IDE is added --- angular/getting-started/create-first-project/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/angular/getting-started/create-first-project/index.md b/angular/getting-started/create-first-project/index.md index 3934f63e..bf4ab4c9 100644 --- a/angular/getting-started/create-first-project/index.md +++ b/angular/getting-started/create-first-project/index.md @@ -15,6 +15,7 @@ Let’s start by creating your first basic Angular application. Select and install one of the existing Angular code editors: * [Visual Studio Code](https://code.visualstudio.com/) * [Atom](https://atom.io/) +* [Codelobster](https://www.codelobster.com/) * You also can use Visual Studio or any other Angular code editor(Sublime Text, Webstorm, Angular IDE, etc). *You can skip this step and come back to it later to progress with development Angular application.*