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?
What are pipes in angular 2? Explain?
What is lazy loading and how to enable lazy loading in angular 2?
What is the difference between routermodule.forroot() vs routermodule.forchild()?
What is directive and what are the different types of directives?
What are the advantages of using angular 2?
Explain different filters provided by angularjs?
Distinguish between angularjs expression & javascript expression?