Using angularjs 1.5+ components in plugins

In public/app/app.ts, it appears that $compileProvider.component is not bootstrapped to each grafana.* module – only $compileProvider.directive.

Is there a reason for this? It would be nice to use the angularjs components API when developing plugins.