What are the components?
What is the purpose of exports in an ng module?
What is $routeprovider in angularjs?
What selector forces a style down through the child component tree into all the child component views?
What is the difference between ng-show/ng-hide and ng-if directives?
What’s the used of @outputs in angular 2?
Is .value() the proper way to set app-wide constant and how to retrieve it in a controller?
Just-in-time (jit) compiles the app in the browser, at runtime, as the application loads – this is the standard development approach. Jit is useful for development, but its performance concerns me – how would jit scale for enterprise-level applications?
What does this line do? @Hostbinding(‘[class.valid]’) is valid?
Explain two-way binding in angularjs?
What is the linking function and what are the types of linking function?
How can we achieve internationalization using angular 2 ?
What would you do to limit a scope variable to have one-time binding?
How would you select all the child components’ elements?
What are the possible ways to bind component properties to an associated template?