Open d-koppenhagen opened 6 days ago
+1
I wish it would be as simple as just bumping the version but unfortunately it's a process that requires a bit of work.
I'm really short on free time now but I'll do my best to do it ASAP.
We are getting failing tests with: "No value provided for @angular/core symbol 'ɵɵStandaloneFeature'" and "ReferenceError: _ts_decorate is not defined" any idea if this is because of that this library isn't adapted/upgraded to angular 19?
@LanderBeeuwsaert I think the symbol ɵɵStandaloneFeature does not exist anymore in angular 19. I searched for it in angular 18 and found something, but not in angular 19
@salztorte indeed would make sense now that standAlone has become the default. But we upgraded all our angular packages to 19 so I suppose that it's the dependencies of this library that are still on 18 that are giving the issue:
Is your feature request related to a problem? Please describe. Since Angular 19 was released today, it should be supported by this package and therefore defined as allows peerDependency.
Describe the solution you'd like bump version
Describe alternatives you've considered
Additional context