In Angular 2.0, there will be no $scope.
What is the alternative to that? How will I be able share data between the components? Will the scope option be available in directives? More practically, is there a current alternative to that that I can get acquainted with?
I am aware of controller as but I read that controllers will be eliminated too.
Confused on such a revolution the Angular team has started.