Skip to content

Commit

Permalink
Merge pull request nestjs#50 from Dennis-Emmental/patch-1
Browse files Browse the repository at this point in the history
fix compilation error
  • Loading branch information
kamilmysliwiec authored Feb 28, 2018
2 parents 04e2b8e + 88ba937 commit 0de84f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { BasePageComponent } from '../../page/page.component';

@Component({
selector: 'app-hierarchical-injector',
templateUrl: './hierarchical-injector.component.html'
templateUrl: './hierarchical-injector.component.html',
changeDetection: ChangeDetectionStrategy.OnPush
})
export class HierarchicalInjectorComponent extends BasePageComponent {
Expand Down Expand Up @@ -62,4 +62,4 @@ export class CommonService {
}
}`;
}
}
}

0 comments on commit 0de84f1

Please sign in to comment.