Skip to content

Commit a3b23f8

Browse files
authored
Merge pull request #360 from acharyaks90/master
Update Array import #438
2 parents f0cf5bf + f865e1f commit a3b23f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ng-ui-widgets-category/ng-directives/ngfor-directive/ngfor-directive.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
// >> ngfor-bind-items-code
12
import { Component } from "@angular/core";
23
import { fruits } from "./fruits";
34

4-
// >> ngfor-bind-items-code
55
@Component({
66
moduleId: module.id,
77
templateUrl: "./ngfor-directive.component.html",

0 commit comments

Comments
 (0)