-
Notifications
You must be signed in to change notification settings - Fork 0
chore: setup document structure #2
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
Open
mvdluit
wants to merge
7
commits into
main
Choose a base branch
from
document-structure
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+110
−2
Open
Changes from 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
eea61f8
chore: setup document structure
mvdluit 69019d4
fix: change sub-category headings
mvdluit 533312f
chore: add some more resources
mvdluit 0ffa4b9
fix: typos
mvdluit 9770466
chore: more resources added
mvdluit af8441f
fix: typo
mvdluit 8a0b7be
fix: link to updated basics course
mvdluit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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> | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd add Santosh video: https://www.youtube.com/watch?v=3qBXWUpoPHo |
||
| ### 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 | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.