Joost Koehoorn
Joost Koehoorn
It seems illogical to me that `ActivatedRoute` would represent the route that is still being matched; it has _not_ yet been activated so `ActivatedRoute` does not reflect the navigation that...
> @JoostK It looks like this hasn't been updated in a while. Is this a PR we'd like to merge for 14? It's ready to go from my side, just...
This one does in fact need a repo with reproduction.
Thanks. [`@ngu/carousel` has private `@Input`s](https://github.com/sheikalthaf/ngu-carousel/blob/65634aee4dd931275c0f9111a398bdbce7f821b5/src/app/carousel/ngu-carousel/ngu-carousel.component.ts#L74-L75) which prevents them from being assigned by the template type checker. Seems like we could maybe avoid the cryptic error and actually hide private inputs...
Related to #11422
A quick look at this indicates that that it's called a second time from within the emitted `ɵsetClassMetadata` call, to capture information for JIT compilations. This is removed in prod-mode,...
Without a reproduction this won't be actionable for us, unfortunately.
This is likely a duplicate of #25226/#32555, an issue with the old ViewEngine compiler. Angular 12 supports compiling libraries with Ivy partial compilation, and [the migration guide for adopting Ivy...
> > Without a reproduction this won't be actionable for us, unfortunately. > > How can I help you or what data do you need to reproduce the issue? Could...
That's not what is suggested [in the migration guide](https://v12.angular.io/guide/creating-libraries#ivy-libraries).