If you were to migrate from angular 1.4 to angular 1.5, what is the main thing that would need refactoring?
What is ng-cloak directive and why we use?
What are the purpose of @ngmodule?
What is the difference between [ngfor] and [ngforof]?
What is injectors?
What is single page application (spa)?
What are differences between constructors and oninit?
What is the possible order of life-cycle hooks?
What are types in typescript?
What is modular view engine architecture?
How to get user input from the $event object?
How to create custom directives?
What are components life-cycles?
Why would you use a service over a factory?
How to bind to user input events to component event handlers?