DEV Community

Discussion on: 35 Top Angular 7 Interview Questions To Crack in 2019

Collapse
 
michaeljota profile image
Michael De Abreu

Thanks! Great post. Just to add, Q17 and Q30 are outdated. Q17 use HttpModule, but it was replaced with HttpClientModule, in this implementation the request is an immutable object, so you can't add stuff to it. You could achieve a similar work using interceptors. And I don't think no one ever would ask about SystemJS, as Angular CLI is the common now days.

And per Q29, I don't think that $watch have an actual equivalent on Angular. But that's a good thing.