https://github.com/angular/angular
Revision f9f1f92c0ff51802b0b0f8407586d25f76b429e0 authored by dario-piotrowicz on 03 May 2022, 21:26:55 UTC, committed by Andrew Kushnir on 05 May 2022, 23:58:45 UTC
in the tour of heros part 2 guide the addition of a button with spans is
slighly unclear, so update the code to make things more clear

resolves #45760

PR Close #45858
1 parent 60ea078
Raw File
Tip revision: f9f1f92c0ff51802b0b0f8407586d25f76b429e0 authored by dario-piotrowicz on 03 May 2022, 21:26:55 UTC
docs(docs-infra): improve clarity of toh-pt2 li>button code (#45858)
Tip revision: f9f1f92
tsconfig-tslint.json
{
  "compilerOptions": {
    "allowJs": true
  },
  "include": [
    "packages/**/*",
    "modules/**/*",
    "tools/**/*",
    "scripts/**/*"
  ]
}
back to top