Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: setup document structure #2

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 81 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,81 @@
# resources
A curated list of Angular resources
# Resources

A crowd-sourced curated list of Angular resources.

## Table of Contents

- [Official Angular resources](#official-angular-resources)
- [Beginners Journey](#beginners-journey)
- [Angular](#angular)
- [Angular Blogs/Articles](#angular-blogs)
- [Angular Books](#angular-books)
- [Angular Courses](#angular-courses)
- [Angular Example Applications](#angular-example-applications)
- [Angular Videos](#angular-videos)
- [TypeScript](#typescript)
- [TypeScript Blogs/Articles](#ts-blogs)
- [TypeScript Books](#ts-books)
- [TypeScript Courses](#ts-courses)
- [TypeScript Videos](#ts-videos)
- [RxJS](#rxjs)
- [RxJS Blogs/Articles](#rxjs-blogs)
- [RxJS Books](#rxjs-books)
- [RxJS Courses](#rxjs-courses)
- [RxJS Videos](#rxjs-videos)
- [Libraries](#libraries)
- [NgRx](#ngrx)

### Official Angular resources

- [Angular Website.](https://angular.io/) - The web development framework for building the future.
- [Angular Blog](https://blog.angular.io/) - News and Tips from the Angular Team.
- [Angular Github](https://github.com/angular) - Angular is developed in public, take a look at the Angular repositories.
- [Angular Twitter](https://twitter.com/angular) - Follow @angular on twitter.
- [Angular Youtube](https://www.youtube.com/@Angular) - Videos and Shorts from the Angular Team.

### Beginners Journey

### Angular

<h5 id="angular-blogs">Blogs/Articles</h5>

<h5 id="angular-books">Books</h5>

<h5 id="angular-courses">Courses</h5>

<h5 id="angular-example-applications">Example Applications</h5>

<h5 id="angular-videos">Videos</h5>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

### TypeScript

- [TypeScript Website](https://www.typescriptlang.org/)
- [TypeScript Playground](https://www.typescriptlang.org/play) - The Playground lets you write TypeScript or JavaScript online in a safe and sharable way.

<h5 id="ts-blogs">Blogs/Articles</h5>

<h5 id="ts-books">Books</h5>

<h5 id="ts-courses">Courses</h5>

<h5 id="ts-videos">Videos</h5>

### RxJS

- [RxJS Website](https://rxjs.dev/)

<h5 id="rxjs-blogs">Blogs/Articles</h5>

<h5 id="rxjs-books">Books</h5>

<h5 id="rxjs-courses">Courses</h5>

<h5 id="rxjs-videos">Videos</h5>

### Libraries

Resources for some of the most used libraries in the Angular ecosystem

##### NgRx

- [NgRx Website](https://ngrx.io/) - Reactive State for Angular