Skip to content

Angular: Add support for comment blocks in elements #18974

@JeanMeche

Description

@JeanMeche

See angular/angular/pull/67179

Angular will support the following kind of comments in HTML elements:

<div
  // comment 0
  /* comment 1 */
  attr1="value1"
  /*
     comment 2
     spanning multiple lines
  */
  attr2="value2"
></div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedWe're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!lang:angularIssues affecting Angular template (not general JS/TS issues used for Angular)

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions