Basti Hoffmann

Results 6 issues of Basti Hoffmann

The implemented null check at https://github.com/reyesoft/ngx-jsonapi/blob/v2.1/src/service.ts#L35 does not work because `Core.me` is `undefined` instead of `null` when `JsonapiCore` wasn't injected before. That's why the implemented error will never be thrown.

Currently only the service is covered by tests. The following parts should be covered as well: - [ ] directive - [ ] tokens

maintenance

Migrate `LocalStorageDirective` to Standalone API and remove the module

enhancement
maintenance

### What would you like? #29264 brought support for the assignment of pure `InputSignal` which works fine as long as you do not plan on working with `InputSignalWithTransform` like: ```typescript...

### Current Behavior When creating a library project with `--skipFormat` it is not passed to `GenerateTestProject` in `packages/core/src/generators/utils/generate-project.ts`. ### Expected Behavior `skipFormat` parameter should be passed to `GenerateTestProject`. ### Github...

bug
needs-triage

#### What is the expected behavior? Gallery and lightbox continue to work even if an app does not use `provideAnimationsAsync()`, `provideAnimations()` or `provideNoopAnimations()` due to their deprecation as of Angular...