Raw File
stackblitz.json
{
  "description": "Bootstrapping",
  "files": [
    "!**/*.d.ts",
    "!**/*.js",
    "!**/*.[1,2].*"
  ],
  "file": "src/app/app.component.ts",
  "tags": ["ngmodules"]
}
back to top