Bug:
The "Tree with nested nodes" example from https://material.angular.io/components/tree/overview fails for both Google Chrome Version 67.0.3396.99 (Official Build) (64-bit) and Firefox Quantum 61.0.1 (64-bit) with respective errors:
main.620a76fcfee14dac38ac.js:1 ERROR TypeError: this._tree.treeControl.getChildren(...).pipe is not a function
at t.ngAfterContentInit (main.620a76fcfee14dac38ac.js:1)
...
and
ERROR TypeError: "this._tree.treeControl.getChildren(...).pipe is not a function"
ngAfterContentInit
...
That's all. Thought you ought to know!
EDIT: I'm on Linux x64.