Explain the ViewChild and ViewChildren in Angular?View Child is Possibility to access Children components and children DOM elements. Some we don’t want to communicate using output and input…Dec 30, 2024Dec 30, 2024
Standalone 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 24, 2024Oct 24, 2024
Difference between get and post in request in angular basic level interview question?get vs postOct 17, 2024Oct 17, 2024
Which service use to hit an api? basic angular interviewfor hit an api we use http client service from http Client moduleOct 11, 2024Oct 11, 2024
How 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 11, 2024Oct 11, 2024
Dirty vs touched — Basic interview question for angular forms ?Difference between dirty and touchedOct 9, 2024Oct 9, 2024
What 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 4, 2024Oct 4, 2024
What 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 6, 2024Mar 6, 2024
How to optimize the Angular app?- expert level angular interview questionHere are points will help you to improve the performanceMar 6, 2024Mar 6, 2024