Skip to content

Angular callback support

Compare
Choose a tag to compare
@IPWright83 IPWright83 released this 06 Jun 18:57
· 15 commits to master since this release
2eaee9f

This release prevents warnings when implementing Angular callbacks. This list of supported callback names are:

  • ngOnChanges
  • ngOnInit
  • ngDoCheck
  • ngAfterContentInit
  • ngAfterContentChecked
  • ngAfterViewInit
  • ngAfterViewChecked
  • ngOnDestroy