Anil KumarStandalone component vs lazy loading module and lazy load component — AngularMoving from module based to component based angular latest approach then you will face challenge for lazy loaded module using loadChildren…Oct 24Oct 24
Anil KumarDifference between get and post in request in angular basic level interview question?get vs postOct 17Oct 17
Anil KumarWhich service use to hit an api? basic angular interviewfor hit an api we use http client service from http Client moduleOct 11Oct 11
Anil KumarHow to consume an JSON REST api Server ? angular basic interview questionConsume an api- is calling url of api over server and handling the response accordinglyOct 11Oct 11
Anil KumarDirty vs touched — Basic interview question for angular forms ?Difference between dirty and touchedOct 9Oct 9
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).Oct 4Oct 4
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