# Uma introdução rápida ao Angular

Angular é a última framework de frontend que aprendi (2019). Antes de trabalhar com ela, eu tinha um pouco de receio pois a documentação inicial parecia um tanto assustadora. Hoje considero o Angular muito agradável de se trabalhar, mas ainda acho a documentação um tanto pesada de ler.

Neste texto, tento trazer de uma forma sucinta um apanhado de como fazer tarefas comuns no Angular, adicionando links para as fatias relevantes da documentação oficial. Isto não é um tutorial completo, o objetivo aqui é termos um texto introdutório.

O texto presume conhecimento prévio de desenvolvimento web (HTML/CSS e JS). Também não explico aqui conceitos do Typescript, mas tendo conhecimento em JS dá pra entender o texto.

### Ferramentas Recomendadas

* Node.js
* VS Code
* Plugin "Angular Language Service" para o VS Code
* Plugin "angular inline 2"


---

# Agent Instructions: 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:

```
GET https://wkrueger.gitbook.io/angular/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
