https://github.com/angular/angular
Raw File
Tip revision: e2601c7fb2d7d92146eaad0394526d8c54456f7d authored by twerske on 30 April 2024, 16:51:28 UTC
docs: fix formatting for signal inputs guide
Tip revision: e2601c7
tslint.json
{
  "extends": "../../tslint.json",
  "rules": {
    "directive-selector": [true, "attribute", "camelCase"],
    "component-selector": [true, "element", "kebab-case"]
  }
}
back to top