1.  
  2. @Component({
  3. selector: 'app-hero-controls',
  4. template: `
  5. ‹style›
  6. button {
  7. background-color: white;
  8. border: 1px solid #777;
  9. }
  10. ‹/style›
  11. ‹h3›Controls‹/h3›
  12. ‹button (click)="activate()"›Activate‹/button›
  13. `
  14. })
  15.