Daan Scheerens
Daan Scheerens
I got the same issue as well. This is actually part of a bigger problem: the new [metadata rewriting](https://angular.io/guide/aot-compiler#metadata-rewriting) feature from Angular 5, that is currently not compatible with the...
> Furthmore this could be a bit less flexible since it doesn't allow for operators to be piped in. An alternate approach could be to allow consumers to pass in...
> My main question here is whether providing this `NavigationSignal` is actually less work than setting up that same stream in your app and calling an `Overlay` API to close...
Just found out about the following change in Angular 8.0: [feat(common): add ability to track all location changes (#30055)](https://github.com/angular/angular/commit/3a9cf3f) @jelbourn @crisbeto: would you be open for a change that makes...
> Because now, when you get a key, it returns the entire object type. That is actually by design :) Basically it reads and writes whatever you put in the...
Might also help to upvote the following Typescript issue: https://github.com/Microsoft/TypeScript/issues/14419 I can imagine that it would be a prerequisite for the Angular team to have the plugin system standardized in...