Anil KumarWhat is an angular Element? -Expert level Angular Interview QuestionsAngular element is nothing just a web component / web element having custom behavior of combined feature (/api/code/style etc).4d ago4d ago
Anil KumarWhat is NGRX?NgRx is group of angular libraries for reacitve extension. It use Redux pattern using well knows RxJS Observable of Angular2. it provide…Mar 6Mar 6
Anil KumarHow to optimize the Angular app?- expert level angular interview questionHere are points will help you to improve the performanceMar 6Mar 6
Anil KumarHow to implement Lazy Loading?In Angular be default all module loads eagerly. but for optimising the performance we can set mechanism to load module which are needed…Mar 5Mar 5
Anil KumarWhat is property binding in AngularTo set property of element or giving data to child from parent.Mar 5Mar 5
Anil KumarWhat is Change detection and type of change detection?Angular can detect changes when component data changes, and then automatically re/render the view to reflect that change whole mechanism…Mar 4Mar 4
Anil KumarHow to run angular change detection manually ?By injecting change detector ref in constructor then calling function detectChanges();Mar 3Mar 3
Anil KumarHow to use transition in Angular?Need to use module or component appraoch ( standalone)Mar 3Mar 3