Skip to content

Commit a5f09af

Browse files
tsonevnsis0k0
authored andcommitted
docs: show the full code snippet - ListView Multiple Item Templates
1 parent b125717 commit a5f09af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/app/snippets/list-view/template-selector.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// >> list-view-template-selector
12
import { Component, Input, Injectable } from "@angular/core";
23

34
class DataItem {
@@ -44,7 +45,6 @@ export class DataService {
4445
selector: "list-test",
4546
templateUrl: "./template-selector.component.html"
4647
})
47-
// >> list-view-template-selector
4848
export class ListTemplateSelectorTest {
4949
public myItems: Array<DataItem>;
5050

0 commit comments

Comments
 (0)