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