Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelss95 committed Aug 31, 2021
1 parent 6cd274e commit 4cd9233
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ class Test implements ng.OnDestroy {
import {DoBootstrap, OnInit} from '@angular/core';
@NgModule()
class Test implements OnInit, DoBootstrap {
ngOnInit() {
this.init();
}
}

@NgModule()
class Test2 implements OnInit, DoBootstrap {
ngOnInit() {}
~~~~~~~~~~~~~
}
Expand Down

0 comments on commit 4cd9233

Please sign in to comment.