> For the complete documentation index, see [llms.txt](https://splincode.gitbook.io/angular/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://splincode.gitbook.io/angular/master.md).

# README

[![](https://rawgit.com/brillout/awesome-angular-components/master/angular-logo.svg)](https://angular.io/guide/quickstart)

## Angular QuickStart  [![Angular-RU](https://img.shields.io/badge/Telegram_chat:-Angular_RU-216bc1.svg?style=flat)](https://t.me/angular_ru)

* Официальная документация: [`https://angular.io/guide/quickstart`](https://angular.io/guide/quickstart)

### Youtube

* Видеоуроки от `CodeDojo` по [Angular](https://www.youtube.com/playlist?list=PLqHlAwsJRxANhhHlAlazVrbX69UMJ9Bcu)
* Видеоуроки от `LoftBlog` по [Angular](https://www.youtube.com/playlist?list=PLY4rE9dstrJzlDoCDCKmgD-xv8VwECOtc)
* Видеоуроки от `ITVDN` по [Angular CLI](https://www.youtube.com/playlist?list=PLvItDmb0sZw9yk2HjJgEJfYr4VTr43W19) и [Angular](https://www.youtube.com/playlist?list=PLvItDmb0sZw9VKIWMc2Koq4EMo317tcrL)
* Видеоуроки от `Компьютерная школа Hillel` по [Angular](https://www.youtube.com/watch?v=XVzed9zlVfw)
* Видеоуроки от `WebForMySelf`по [Angular](https://www.youtube.com/playlist?list=PLD-piGJ3Dtl2WotoOks4_bWOv5wvrtOG_)
* Видеоуроки от `SKILLS HEAD` по [Angular](https://www.youtube.com/watch?v=N2nOGXhZdM8)&#x20;
* Видеоуроки от `Easy Web` по [Angular](https://www.youtube.com/channel/UCX52gr5pCkqvGejGHOdJByg)
* Подкаст [`Пятиминутка Angular`](https://www.youtube.com/channel/UCQGzS3MitYnnjTRn2vanOmg/videos) от Алексея Охрименко
* Видеозаписи митапов с [`AngularMoscow`](https://www.youtube.com/channel/UCpDTAtunmHBcI6CsJoUV7ww/videos)
* Видеозаписи митапов с [`AngularKyiv`](https://www.youtube.com/channel/UCUpLCAi4YTOSUU5kyNGHlfw)
* Детальный обзор angular и рецепты его использования от [learn.javascript.ru](https://learn.javascript.ru/screencast/angular)

### Angular-RU: полезные ресурсы сообщества

* [Список ресурсов по Angular (на русском)](https://github.com/Angular-RU/angular-awesome-list)
* [Вопросы на собеседовании по Angular](https://github.com/Angular-RU/angular-interview-questions)
* [Разработки сообщества (стартеры, пакеты, etc)](https://github.com/Angular-RU/angular-ru-devs)
* [Митапы в России](https://github.com/Angular-RU/angular-russia-meetups)

### Angular-RU meetups:

* [Митапы в России (видео, предложение доклада, регистрация)](https://github.com/Angular-RU/angular-russia-meetups)

### Содержание

* [**Быстрый старт**](/angular/src/first.md#s1)
  * [Зачем нам TypeScript?](/angular/src/first.md#s1-1)
  * [Шаг 1. Настройка окружения](/angular/src/first.md#s1-2)
  * [Шаг 2. Создание нового проекта](/angular/src/first.md#s1-3)
  * [Шаг 3: Запуск веб-приложения в режиме разработки](/angular/src/first.md#s1-4)
  * [Шаг 4: Редактирование своего первого Angular компонента](/angular/src/first.md#s1-5)
  * [Что дальше?](/angular/src/first.md#s1-6)
  * [Каталог проекта](/angular/src/first.md#s1-7)
  * [Angular CLI vs. Manual Setup](/angular/src/first.md#s1-8)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://splincode.gitbook.io/angular/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
