We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807bd2d commit a512a10Copy full SHA for a512a10
packages/template-hello-world-ng/src/app/item/items.component.ts
@@ -10,10 +10,6 @@ import { ItemService } from "./item.service";
10
export class ItemsComponent implements OnInit {
11
items: Array<Item>;
12
13
- // This pattern makes use of Angular’s dependency injection implementation to
14
- // inject an instance of the ItemService service into this class.
15
- // Angular knows about this service because it is included in your app’s main NgModule,
16
- // defined in app.module.ts.
17
constructor(private itemService: ItemService) { }
18
19
ngOnInit(): void {
0 commit comments