Pascal (Arbeit)
Pascal (Arbeit)
Why is this not available on Material **Icons**?
Thats new for me, then is there a way to use Material Symbols with ``?
Much thanks! Works great 😄
it works when you use `[expansionKey]="expansionKeyFn"` and add an Id to each node `expansionKeyFn = (node: NestedFoodNode) => node.id;` (if no id is provided and you for example use node.name...
You might wanna have a look at my other [comment](https://github.com/angular/components/issues/11381#issuecomment-2825716073) in which I did some debugging with mat flat and nested tree. One of the (working) solutions should also work...
@MeMeMax as stated in my other comment: > //doesnt work with nested tree -> no update > //works with flat tree > // trackByFn = (index: number, node: FoodNode) =>...
No worries, youre welcome. **But this doesnt close the issue** I would say, as imo. returning the whole object for trackBy invalidates its purpose, this is just a workaround for...
I got the correct check key but when trying to start i get the following error: ``` An unexpected error occurred: Error during session setup: WebSocket error: {'t': 0, 'd':...
The tsconfig issue after including typeRoots comes because: > These errors occur when you have subdirectories of a `typeRoots` directory (in this case `node_modules/@types`) that do not contain `index.d.ts` files....
After creating a new Angular project everything seemed fine, it worked like intended. The ONLY difference was using "css" for styling. After creating again a new project with "css" for...