Daniel Kimmich

Results 15 comments of Daniel Kimmich

@cyraid Which IDE do you use? I am using WebStorm, and it works like a charm, with code highlighting, suggestions and everything. ![image](https://github.com/angular/angular/assets/68286501/188d0f29-8aba-47f3-ae16-b2311ba4bbb0)

Because `bar` in this context is not defined. `this.bar` is also not defined, as we are inside the decorator and not inside the class. It needs to be a string...

The issue is still present with Angular v15 and the MDC-based Snack Bar.

I feel like with the new [SCSS module system](https://sass-lang.com/blog/the-module-system-is-launched) (`@use` & `@forward`), this package is obsolete for most users. You can achieve the same without the need of bundling everything...

@pelord see my updated comment