2015-11-21 11:23:40 -08:00
|
|
|
{
|
|
|
|
"description": "Lifecycle Hooks",
|
|
|
|
"files":["!**/*.d.ts", "!**/*.js"],
|
2016-01-23 18:21:09 +00:00
|
|
|
"tags": ["lifecycle", "hooks",
|
|
|
|
"OnInit", "OnDestroy", "OnChange", "DoCheck",
|
|
|
|
"AfterContentInit", "AfterContentChecked",
|
|
|
|
"AfterViewInit", "AfterViewChecked"]
|
2015-11-21 11:23:40 -08:00
|
|
|
}
|