Skip to content

πŸ‘¨β€πŸ’»πŸ“šπŸ±β€πŸ’»πŸ΄ Cook-Book For Angular Developers (Beginners to Advance Patterns)

Notifications You must be signed in to change notification settings

vijayksingh/Angular-Recipies-Cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Angular-Recipies-Cookbook

The goal of this repo would be to serve as a cookbook for other developers to get help while creating complex components in Angular.

Angular Recipes

Change Detection

This is an Advance Topic, preffered to pick it up only once you have about some experience in writing apps in Angular

Dependency Injection

RxJS Recipes

Beginner Concepts

We will start from the basics, how you can create an observable from a DOM Event

Medium Concepts

Hard Concepts

Functional Programming Recipes

Beginner Concepts

A simple example Use-Case to "Add a DIV to HTML" while keeping the functions pure.

Appendix

This list will act like a mental model for me to remember what each concept is in term of the technologies described above. You can also use it as a Q/A format to test your own level of the concepts in Angular, RxJS and functional Programming.

How is Component Instance is represented inside Angular ? In Angular each component is an instance of Data structure called View.
What is a binding in Angular ? A binding is a datastructure which tracks 2 things source of the change and the View datastructure where the change has to be implemented.

[property]="something"

About

πŸ‘¨β€πŸ’»πŸ“šπŸ±β€πŸ’»πŸ΄ Cook-Book For Angular Developers (Beginners to Advance Patterns)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published