use node version manager : nvm, you can switch nodejs version, use/uninstall.
use npx for ng commands, no need to install ng
eg : creating component : npx ng g c test
https://github.com/gopinav/Learning-Path-Resources/blob/master/Angular_Learning_Path_2020.pdf
https://coryrylan.com/blog/tree-shakeable-providers-and-services-in-angular
https://fknop.gitbook.io/angular-pipes/
https://github.com/fknop/angular-pipes
try this
https://stackoverflow.com/questions/43591686/why-should-i-create-my-angular2-reactive-form-in-the-constructor-instead-of-ngon
ngstyle
ngFor properties
$implicit: T Declared in Constructor
ngForOf: U Declared in Constructor
index: number Declared in Constructor
count: number Declared in Constructor
first: boolean Read-Only
last: boolean Read-Only
even: boolean Read-Only
odd: boolean Read-Only
what are entryComponents in Angular
Feature Modules.
Entry Components.
Providers.
Types of NgModules.
creating feature modules :
use of forRoot
async pipe : https://stackblitz.com/edit/async-pipe?file=app%2Fasync-pipe%2Fasync-pipe.component.html
https://codecraft.tv/courses/angular/pipes/async-pipe/
NgNonBindable
lazymodule
https://stackblitz.com/edit/angular-shared-module-sample
routing modules
https://www.stackchief.com/
https://stackblitz.com/edit/angular-filter-predicate
event target : <input matInput (keyup)="applyFilter($event.target.value)" placeholder="Filter By Name Only....">
ViewContainerRef : functions
directives in depth
explore observalbes : https://angular.io/guide/observables
customer validators in reactive forms
ng-template, ng-container, templateOutlet
https://www.youtube.com/watch?v=cr-wX-mIotU
https://www.youtube.com/watch?v=TqR_NdyHJGo
https://github.com/tkmagesh/Zeomega-Angular-Jun-2023/tree/main/05-rxjs
https://ultimatecourses.com/blog/category/angular/
https://grokonez.com/
Roytuts
Jasonwatmore.com
blog.jscrambler.com
concretepage.com/angular
https://danielk.tech/
Expression has changed
https://gist.github.com/vades/a225170304f34f88a7a5d48bf4b1f58c
https://dotnettutorials.net/course/angular-tutorials/
https://www.positronx.io/free-angular-tutorials/
https://www.tektutorialshub.com/angular-tutorial/
https://www.techiediaries.com/angular/
https://hashnode.com/n/angularjs
https://www.reddit.com/r/angular/
https://dev.to/
https://github.com/techiediaries/angular-cookbook
https://www.freakyjolly.com/directory/#.XzDjoCgzY2w
https://stackblitz.com/@kapunahelewong
https://stackblitz.com/@juristr
https://www.positronx.io/free-angular-tutorials/
https://malcoded.com/posts?filter=angular
https://www.djamware.com/post-sub-category/5d5cb64ffdef3404227777c3/angular
https://malcoded.com/posts/
https://jaxenter.com/tag/angular
https://bezkoder.com/category/angular/
https://www.freecodecamp.org/news/search/?query=angular
https://github.com/onehungrymind/angular13-fundamentals-workshop
https://www.youtube.com/@vijaytechlearning3577/playlists
https://github.com/funOfheuristic
https://github.com/funOfheuristic/signal
https://github.com/ultrasonicsoft?tab=repositories
https://www.youtube.com/playlist?list=PL1UWPWOy5UldankKPNcbAou8ocAt0rdpA : creating library
https://medium.com/deutsche-telekom-gurgaon/how-can-we-use-ng-template-and-ngtemplateoutlet-for-rendering-complex-and-dynamic-content-6fc642e66557
https://github.com/ArtOfEngineer/angular8
https://www.youtube.com/@JoshuaMorony
https://www.youtube.com/@MonsterlessonsAcademy
custom directive
component outlet
dynamic forms
table