11 lines
180 B
JSON
11 lines
180 B
JSON
{
|
|
"description": "Two-way binding",
|
|
"files": [
|
|
"!**/*.d.ts",
|
|
"!**/*.js",
|
|
"!**/*.[1,2].*"
|
|
],
|
|
"file": "src/app/app.component.ts",
|
|
"tags": ["Two-way binding"]
|
|
}
|