Skip to content

Commit

Permalink
Added all tutorials links
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarkori143 committed Jun 20, 2024
1 parent 7f401e4 commit a67018b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Frameworks-or-Libraries/Angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -1117,5 +1117,9 @@ Use 'set' accessor
// some logic here
}
```
### Here are some tutorials you can follow for polishing your Angular concepts:
- [Full length anular tutorial](https://www.youtube.com/watch?v=3qBXWUpoPHo&t=7742s)
- [Quick recap Angular tutorial](https://www.youtube.com/watch?v=k5E2AVpwsko&t=89s)
- [Official Angular Documentation](https://angular.dev/overview)
Happy Contributing to all ><
6 changes: 6 additions & 0 deletions Frameworks-or-Libraries/React.md
Original file line number Diff line number Diff line change
Expand Up @@ -855,3 +855,9 @@ A: Using command `npx create-react-app {app name}`
**Q: What will be the result of `npm eject`?**

A: Webpack for React application won't be handled automatically anymore. We will have access to Webpack configuration files in order to customize it to our needs.


### Here are some tutorials you can follow for polishing your React concepts:
- [Full length React tutorial](https://www.youtube.com/watch?v=bMknfKXIFA8&t=36762s)
- [Quick recap React tutorial](https://www.youtube.com/watch?v=SqcY0GlETPk)
- [Official React Documentation](https://react.dev/reference/react)

0 comments on commit a67018b

Please sign in to comment.