https://github.com/angular/angular
Raw File
Tip revision: 4bcc7ec3adf06a3ca8fd2632897527a84bbdd603 authored by Ben Hong on 12 March 2024, 17:10:22 UTC
docs: resolve extra padding on tutorial editor
Tip revision: 4bcc7ec
specs.stackblitz.json
{
  "description": "Http Guide Testing",
  "files":[
    "src/app/heroes/hero.ts",
    "src/app/heroes/heroes.service.ts",
    "src/app/heroes/heroes.service.spec.ts",

    "src/app/http-error-handler.service.ts",
    "src/app/message.service.ts",
    "src/testing/*.ts",

    "src/styles.css",
    "src/test.css",
    "src/main-specs.ts",
    "src/index-specs.html"
  ],
  "main": "src/index-specs.html",
  "tags": ["http", "testing"],
  "devDependencies": ["jasmine-core"]
}
back to top