79813044

Date: 2025-11-08 08:31:10
Score: 1
Natty:
Report link
export class HelloComponent {
  @Input() name: string;
  html1 =
    '<html><head><style>  .html1_h2 {color:red;}</style></head><body><h2 class="html1_h2">Inner HTML1 in red</h2></body></html>';
  html2 =
    '<html><head><style>  .html2_h2 {color:blue;}</style></head><body><h2 class="html2_h2">Inner HTML2 in blue</h2></body></html>';
}
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: JuStin Lo