-
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.
Open
Changes from all commits
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,110 @@ | ||
| # 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/) - Official Angular documentation. | ||
| - [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 | ||
|
|
||
| We recommend beginners to start with the [Tour of Heroes tutorial](https://angular.io/tutorial/tour-of-heroes) to get introduced to basic Angular concepts. | ||
|
|
||
| ### Angular | ||
|
|
||
| <h4 id="angular-blogs">Blogs/Articles</h4> | ||
|
|
||
| - [Ninja squad blog](https://blog.ninja-squad.com/tags.html#Angular-ref) - Stay up to date with new features in Angular releases. | ||
| - [This is Angular - Dev.to](https://dev.to/this-is-angular) - Free, open and honest Angular education on the dev.to platform. | ||
|
|
||
| <h4 id="angular-books">Books</h4> | ||
|
|
||
| - [Become a ninja with Angular](https://books.ninja-squad.com/angular) - (PAID :dollar: / pay what you want) This ebook helps you get the philosophy of Angular, the new tools, and each part of the framework in a pragmatic way. Always kept up-to-date with the latest Angular release! | ||
|
|
||
| <h4 id="angular-courses">Courses</h4> | ||
|
|
||
| - [Elite Ionic](https://eliteionic.com/) (PAID :dollar:) - Learn to build next level native web aplications with Angular and Ionic | ||
| - [Ultimate Courses - Angular Basics](https://ultimatecourses.com/learn/angular-basics) - (PAID :dollar:) Everything you need to become an Angular expert. | ||
|
|
||
| <h4 id="angular-example-applications">Example Applications</h4> | ||
|
|
||
| - [Realworld sample applications](https://realworld.io/) - Building a medium clone with different frontend and backend technologies. | ||
| - [Angular](https://github.com/khaledosman/angular-realworld-example-app) - A medium clone build with Angular. | ||
| - [Angular + Nx + NgRx](https://github.com/stefanoslig/angular-ngrx-nx-realworld-example-app) - A medium clone build with Angular, Nx and NgRx. | ||
| - [Angular Standalone Components + NgRx Component Store + Unit Testing](https://github.com/nartc/ng-conduit) - A medium clone build with Angular Standalone components and NgRx component store, with unit testing included. | ||
|
|
||
| <h4 id="angular-videos">Videos</h4> | ||
|
|
||
| - [Decoded Frontend - Dmytro Mezhenskyi](https://www.youtube.com/@DecodedFrontend) - A source of advanced, in-depth, and pragmatic video tutorials about Angular and Web Development. | ||
| - [Joshua Morony](https://www.youtube.com/@JoshuaMorony) - Collection of videos about general Angular topics, reactive programming and state management. | ||
|
|
||
| ### TypeScript | ||
|
|
||
| - [TypeScript Website](https://www.typescriptlang.org/) - Official TypeScript documentation. | ||
| - [TypeScript Playground](https://www.typescriptlang.org/play) - The Playground lets you write TypeScript or JavaScript online in a safe and sharable way. | ||
|
|
||
| <h4 id="ts-blogs">Blogs/Articles</h4> | ||
|
|
||
| - [Typescript Deep Dive](https://basarat.gitbook.io/typescript/) - Explanations to common issues people run into when starting to learn TypeScript. | ||
|
|
||
| <h4 id="ts-books">Books</h4> | ||
|
|
||
| - [TypeScript in 50 lessons](https://typescript-book.com/) - (PAID :dollar:) Everything you need to know about TypeScript in 50 short lessons. | ||
|
|
||
| <h4 id="ts-courses">Courses</h4> | ||
|
|
||
| - [Total TypeScript beginners tutorial](https://www.totaltypescript.com/tutorials/beginners-typescript) - Get hands-on interactive TypeScript practice and learn foundational knowledge and skills. | ||
| - [Ultimate Courses - TypeScript](https://ultimatecourses.com/courses/typescript) - (PAID :dollar:) Everything you need to become a TypeScript expert. | ||
|
|
||
| <h4 id="ts-videos">Videos</h4> | ||
|
|
||
| ### RxJS | ||
|
|
||
| - [RxJS Website](https://rxjs.dev/) - Official RxJS documentation | ||
|
|
||
| <h4 id="rxjs-blogs">Blogs/Articles</h4> | ||
|
|
||
| <h4 id="rxjs-books">Books</h4> | ||
|
|
||
| <h4 id="rxjs-courses">Courses</h4> | ||
|
|
||
| - [RxJS Fundamentals](https://this-is-learning.github.io/rxjs-fundamentals-course/) - An Open Learning course by This is Learning. | ||
| - [Ultimate Courses - RxJS](https://ultimatecourses.com/courses/rxjs) (PAID :dollar:) Everything you need to become a RxJS expert. | ||
|
|
||
| <h4 id="rxjs-videos">Videos</h4> | ||
|
|
||
| ### Libraries | ||
|
|
||
| Resources for some of the most used libraries in the Angular ecosystem | ||
|
|
||
| ##### NgRx | ||
|
|
||
| - [NgRx Documentation](https://ngrx.io/) - Official NgRx documentation | ||
| - [NgRx Fundamentals](https://this-is-angular.github.io/ngrx-essentials-course/) - An Open Learning course by This is Learning. | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd add Santosh video: https://www.youtube.com/watch?v=3qBXWUpoPHo