angular-cn/aio/content/examples/lifecycle-hooks/plnkr.json

10 lines
293 B
JSON

{
"description": "Lifecycle Hooks",
"basePath": "src/",
"files":["!**/*.d.ts", "!**/*.js"],
"tags": ["lifecycle", "hooks",
"OnInit", "OnDestroy", "OnChange", "DoCheck",
"AfterContentInit", "AfterContentChecked",
"AfterViewInit", "AfterViewChecked"]
}