What is a template variable. How would you use it?
Why you used angular 2?
What are the difference between @inject and @injectable?
What is dependency injection (di) in angular 2?
What is angular 4?
what is the difference between a module’s forroot() and forchild() methods and why do you need it?
What is the purpose of ngmodule??
How to load external css style into angular 2?
What would you have in a shared module?
How would you create a component to display error messages throughout your application?
How do you decide to create a new ngmodule?
How to create & call angular 2 services in components?
How to enable lazy loading?
How to use {}, [], [] and [()] in angular2 template?
How event emitters works in angular 2?