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