Naji

Results 6 comments of Naji

I believe this is fairly very simple as it should just add `trace` property in DevtoolsOptions & add the following code: ``` if (options.trace) { console.groupCollapsed(`[${displayName}]`); console.trace(); console.groupEnd(); } ```...

I would love to tackle this, I just need some heads up. `falso.new` seems to be down. So, should I just make a new SB & link it in readme.md?

not exactly sure whats up with lint, it seems to be passing locally.. :thinking:

I do agree with you but having an empty component just to hide header just feels off? It's completely up-to you guys, so feel free to close the PR, I'm...

~~I've created an PR for this request: [#26817](https://github.com/angular/components/pull/26817).~~ I've created an PR for this request: [#26819](https://github.com/angular/components/pull/26819). ( I messed up Google's CLA, was logged into wrong account. apologies! ) This...

pretty much whatever is running in WebContainers on Firefox doesn't work for me either with Stackblitz. ![image](https://github.com/angular/components/assets/54370141/51e4c0dd-2a45-45d3-bb43-c03e075d2f52) assuming this is something on Stackblitz rather than the demo itself.