fbredius/storybook

View on GitHub
examples/angular-cli/src/stories/basics/component-with-provider/di.component.html

Summary

Maintainability
Test Coverage
<div>
  <div>All dependencies are defined: {{isAllDeps()}}</div>
  <div>Title: {{title}}</div>
  <div>Injector: {{injector.constructor.toString()}}</div>
  <div>ElementRef: {{elRefStr()}}</div>
  <div>TestToken: {{testToken}}</div>
</div>