Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanketmaru/learn-angular
Angular Tutorials
https://github.com/sanketmaru/learn-angular
Last synced: 4 days ago
JSON representation
Angular Tutorials
- Host: GitHub
- URL: https://github.com/sanketmaru/learn-angular
- Owner: sanketmaru
- License: mit
- Created: 2020-03-28T10:43:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T01:24:42.000Z (over 1 year ago)
- Last Synced: 2024-12-04T16:49:38.525Z (23 days ago)
- Language: TypeScript
- Size: 1.84 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LearnAngular
This repository descirbes about my learnings in Angular and sharing my knowledge with the community.
Delivered a webinar on `Introduction To Angular` to the [Pune Developer Community](https://www.meetup.com/Pune-Developers-Community/events/269765046/) meetup.
The participants had really great questions and i wish to answer them with a blog post or atleast
direct them to the proper links. Maintaining a list of questions that were asked [here](http://github.com/sanketmaru/learn-angular/blob/master/guides/Questions.md)# Pre Requisites
Install Latest [NodeJS](https://nodejs.org/en/)
# Topics
1. [Introduction](http://github.com/sanketmaru/learn-angular/blob/master/guides/Topic_Intro.md)
2. [Tools](http://github.com/sanketmaru/learn-angular/blob/master/guides/Topic_Tools.md)
3. [Angular CLI](http://github.com/sanketmaru/learn-angular/blob/master/guides/Topic_AngularCLI.md)
4. [Component](http://github.com/sanketmaru/learn-angular/blob/master/guides/Topic_FirstC.md)
4. [Module](http://github.com/sanketmaru/learn-angular/blob/master/guides/Topic_Module.md)
5. [Angular Material](http://github.com/sanketmaru/learn-angular/blob/master/guides/Topic_Material.md)
6. [Routing Basics](http://github.com/sanketmaru/learn-angular/blob/master/guides/Topic_Routing.md)# Running the Project
[General Angular Guidelines](http://github.com/sanketmaru/learn-angular/blob/master/guides/Angular.md)