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.
2 parents 411be1b + e1bfb42 commit d53dfe1Copy full SHA for d53dfe1
1 file changed
angular/projects/demo/src/app/app.component.ts
@@ -40,7 +40,7 @@ export class AppComponent implements OnInit {
40
cellHeight: 70,
41
columnOpts: { breakpoints: [{w:768, c:1}] },
42
}
43
- private sub0: NgGridStackWidget[] = [{x:0, y:0, selector:'app-a'}, {x:1, y:0, content:'plain html'}, {x:0, y:1, selector:'app-b'} ];
+ private sub0: NgGridStackWidget[] = [{x:0, y:0, selector:'app-a'}, {x:1, y:0, selector:'app-a', input: {text: 'bar'}}, {x:1, y:1, content:'plain html'}, {x:0, y:1, selector:'app-b'} ];
44
public gridOptionsFull: NgGridStackOptions = {
45
...this.gridOptions,
46
children: this.sub0,
0 commit comments