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 5b50300 commit 62ff575Copy full SHA for 62ff575
src/cdk/tree/tree.ts
@@ -76,7 +76,7 @@ export class CdkTree<T>
76
/**
77
* Provides a stream containing the latest data array to render. Influenced by the tree's
78
* stream of view window (what dataNodes are currently on screen).
79
- * Data source can be an observable of data array, or a dara array to render.
+ * Data source can be an observable of data array, or a data array to render.
80
*/
81
@Input()
82
get dataSource(): DataSource<T> | Observable<T[]> | T[] { return this._dataSource; }
0 commit comments