Top 50 Angular Interview Questions

Top 50 Angular Interview Questions

Interview Happy

1 год назад

227,953 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

deaththereal
deaththereal - 02.10.2023 14:37

great explanation...

Ответить
sharmila k
sharmila k - 28.09.2023 23:56

great explanations.thank you very much.highly recommend for others who would like to crack angular interview.

Ответить
Ritu Kanojiya
Ritu Kanojiya - 20.09.2023 11:14

In switchCase, you mentioned *ngSwitch directive but you are using [ngSwitch] ? why

Ответить
Dilip Singh
Dilip Singh - 18.09.2023 05:37

Sir I want to learn angular from scratch with practical project because I am background from .net core. so do you have any channel or videos?

Ответить
Nikhil Amrutkar
Nikhil Amrutkar - 10.09.2023 13:05

You are providing very good content for the learners Sir. Thank you.

Ответить
Pritam Singh FZR
Pritam Singh FZR - 10.09.2023 12:18

Sir For Section 2; Question 4th, how index.html page load main.js. we do not have a reference of main.js on the index.html file

Ответить
SR
SR - 07.09.2023 18:35

When to use Angular and when to use React in project

Ответить
Sunil Shinde
Sunil Shinde - 05.09.2023 06:00

You are Gurudev for learners.Thank you. 🙏

Ответить
Sateesh Gedela
Sateesh Gedela - 04.09.2023 14:25

hi sir. please provide how to write primeng test cases

Ответить
shubham Bhardwaj
shubham Bhardwaj - 03.09.2023 16:31

Thank you ❤

Ответить
Rishibha
Rishibha - 03.09.2023 12:15

Provided in : root means?

Ответить
Sundar N
Sundar N - 02.09.2023 20:21

Hello happy! :). happy to see your video. Here I have one update related to string interpolation . Now I am working in angular 16 version there the string interpolation is possible with number and boolean datatypes as well. May be it was restricted in older version.

Ответить
Ritu Kanojiya
Ritu Kanojiya - 01.09.2023 11:43

The interviewer asked me the question if I made any changes in the component, so how the changes are reflected on the web page. Can you please describe the answer to this question?

Ответить
Smruti Samal
Smruti Samal - 27.08.2023 14:42

Arrow function question for its output:
let i = 5;
const myObject = {
i: 10,
getI: function(){console.log(this.i)},
getIArrowFunction: () => console.log(this.i)
}
myObject.getI();//10
myObject.getIArrowFunction();//undefined arrow function doesnot have own 'this' and here it is referring to window object





window.i = 5;
const myObject = {
i: 10,
getI: function(){console.log(this.i)},
getIArrowFunction: () => console.log(this.i)
}
myObject.getI();//10
myObject.getIArrowFunction();//5

Ответить
TUHAIRWE RONNIE
TUHAIRWE RONNIE - 25.08.2023 23:07

one of the best explanation i have ever seen, please can you do more vedio like about Ngrx and others

Ответить
Sona
Sona - 24.08.2023 12:45

🔥🔥🔥🔥

Ответить
SimpleHuman
SimpleHuman - 19.08.2023 18:17

Awesome Awesome Awesome that all I can say.I have gone through multiple angular tutorails but this was best to understand Angular although its interview questions.Your style is simple and realistic .

Ответить
Govind Bansal
Govind Bansal - 19.08.2023 10:35

Bestest content 🎉 . Thanks

Ответить
Mansi Sawant
Mansi Sawant - 16.08.2023 20:21

Thank you sir for All these questions I'm really appreciated👍🏻👍🏻

Ответить
indra Patel
indra Patel - 16.08.2023 11:53

Angular routing is missing

Ответить
RaniMnr
RaniMnr - 14.08.2023 06:27

This channel is very informative

Ответить
Santosh Lokhande
Santosh Lokhande - 01.08.2023 22:14

I am Happy today after watching the video. Thank you. 😊

Ответить
Suruthi
Suruthi - 30.07.2023 22:03

i like the way u tech,i can understand easily each and every concept u explained sir....Thanku so much sir

Ответить
R - Ng
R - Ng - 30.07.2023 12:49

Very Awesome Video ..Clear Explanation with Practical Examples..Please Create More Videos On Angular Advance Topics ..I will be Happy..As Your Name is Happy ❤

Ответить
Kishor Joshi
Kishor Joshi - 25.07.2023 19:30

A big thank you bhayya❣
This is one of the most organized way of providing interview material

Ответить
dragos toma
dragos toma - 23.07.2023 01:08

Thank you for sharing this!

Ответить
Sivamma R
Sivamma R - 20.07.2023 14:10

Hi can u do vedio on powerbi interview questions please

Ответить
Raytu Asmelash
Raytu Asmelash - 14.07.2023 00:33

This is the best Angular video I ever came across. Your way of explanation is articulate and precise....Thank you!

Ответить
Alok Kumar
Alok Kumar - 11.07.2023 07:08

Hi, if two components bootstrap at the same time, which component will run first, Ex.
bootstrap: [appComponent, aboutUsComponent]
Please confirm which component will render first?

Ответить
Muhammat Arfin
Muhammat Arfin - 10.07.2023 21:03

please add these ropics as well
1. View encapsulation
2. Jit and Aot compiler
3. Change detection
4. Routing
5. Pure and Impure pipes

Ответить
Abhishek Srivastava
Abhishek Srivastava - 08.07.2023 18:37

Angular JS also has dependent injection

Ответить
Kamalakar a
Kamalakar a - 01.07.2023 21:00

Superb... I like the way you are explaining in both theoretical and practical.

Ответить
Waaade1
Waaade1 - 29.06.2023 20:56

great video ! thanks a lot - in the future you can think to add a question about SQL Transactions.
Thanks !

Ответить
Tauseef Ahmed
Tauseef Ahmed - 29.06.2023 13:53

definitely you will get confidence after completing this video

Ответить
satheesh Tech
satheesh Tech - 28.06.2023 12:28

Is string interpolation only support string data type ?

Ответить
Amol Tiwari
Amol Tiwari - 24.06.2023 21:10

Thanks a lot Happy Sir 😊😊

Ответить
Sateesh Gedela
Sateesh Gedela - 22.06.2023 05:48

Good morning sir. I have question on development side... When success msg will come I am reload the page. Before reload I am writing primeng toaster msg. But it will not shown in screen. Failed msg will come I will show toaster msg on screen.

Ответить
mohamed nabil
mohamed nabil - 21.06.2023 22:39

thank you for this vedio Really I appreciate your effort

Ответить
GAUTAM PATEL
GAUTAM PATEL - 19.06.2023 15:20

mind blowing explaintation

Ответить
Aditya balaji
Aditya balaji - 13.06.2023 06:12

Awesome sir i am intersted to be a student.can you teach me coding effectively

Ответить
Deepak PS
Deepak PS - 09.06.2023 04:27

Please refrain from stating, "If you have any queries, please post them in the comment section," after each question, as it can be quite monotonous.

Ответить
Prudhvi Nadh
Prudhvi Nadh - 02.06.2023 05:15

I had forcefully worked on Angular in my previous projects but to mention in my resume I was not sure how to handle interviews.
After I completed this video I have better understanding of co-relating concepts to my work. Thanks a lot for your effort to make these kind of videos

Ответить
Sibajee Mohanty
Sibajee Mohanty - 01.06.2023 09:24

Please make an interview season on Azure fundamental interview questions as your name is Happy

Ответить
Mallikarjun Rao Gudipudi
Mallikarjun Rao Gudipudi - 01.06.2023 08:24

The video is very use full and I have a doubt, what is the difference between class and ngClass in angular

Ответить
Malarkodi j
Malarkodi j - 30.05.2023 15:03

Hi kindly share the typescript interview questions

Ответить
jawad baig
jawad baig - 29.05.2023 00:22

Best video learned alot

Ответить