https://github.com/angular/angular
Raw File
Tip revision: 3c3a947778fc2941b035e9e6efb6fb883a4dd79c authored by Dylan Hunn on 17 January 2024, 22:07:29 UTC
Revert "refactor(core): improve forwardRef typings"
Tip revision: 3c3a947
tslint.json
{
  "extends": "../../tslint.json",
  "rules": {
    "directive-selector": [true, "attribute", "camelCase"],
    "component-selector": [true, "element", "kebab-case"]
  }
}
back to top