Daniel Kimmich

Results 9 issues of Daniel Kimmich

Currently this library does not provide a changelog (as far as I can see). This makes it hard to find out if there are breaking changes. For example, I don't...

enhancement
help wanted

The documentation encourages to use the `@import` rule to load the necessary SCSS files from the library. A while ago, the Sass team introduced a [new module system](https://sass-lang.com/blog/the-module-system-is-launched) with the...

I'm using a browser which detects 404 errors and offers me special features for this case. When using the documentation and navigating to another page than the home page, I...

discussion

In the following scenario, when calling `method()` on an instance of the `New` class, the plugin should not report an error, but it does: ```typescript class Old { /** @deprecated...

**Describe the bug** In my Angular 13 project using Storybook 6.4, I am using an abstract component to destroy Observables. There I provide a subject, and in `ngOnDestroy()` that subject...

bug
has workaround
app: angular
linear

### Is there an existing issue for this? - [X] I have searched the existing issues ### Which Transloco package(s) will this feature affect? Transloco ### Is your feature request...

enhancement

**Description** The `modelChange` event of the `formly-form` component is unexpectedly emitted when disabling the form. **Minimal Reproduction** https://stackblitz.com/edit/ngx-formly-ui-material-7ogwfc?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.component.ts To reproduce, click the "Toggle Enabled / Disabled" button, without changing any...

bug

Angular 16 introduces a new `takeUntilDestroyed()` operator for destroying subscriptions, see their [v16 blog post](https://blog.angular.io/angular-v16-is-here-4d7a28ec680d). The `prefer-takeuntil` rule should by default not raise a lint error when this operator is...

[Files should end with newline](https://stackoverflow.com/q/729692/5470544), otherwise there can be issues with version control, such as unexpected results of `diff` and `blame`. When using `phrase pull` however, the file which is...

enhancement