diff --git a/aio/content/examples/lifecycle-hooks/src/app/spy.directive.ts b/aio/content/examples/lifecycle-hooks/src/app/spy.directive.ts index c14f4e6455..16f9440073 100644 --- a/aio/content/examples/lifecycle-hooks/src/app/spy.directive.ts +++ b/aio/content/examples/lifecycle-hooks/src/app/spy.directive.ts @@ -3,9 +3,9 @@ import { Directive, OnInit, OnDestroy } from '@angular/core'; import { LoggerService } from './logger.service'; +// #docregion spy-directive let nextId = 1; -// #docregion spy-directive // Spy on any element to which it is applied. // Usage: