Michael Curtis

Results 3 comments of Michael Curtis

I have an example of having markers themselves as Angular components. [Here is that repo.](https://github.com/mcurtis22/component-markers) It's pretty similar to the code provided here.

@JamesHearts the repo I linked should be Angular 4 compatible, the original code was taken from an Angular 2 project. @lourencoGit sorry for the delay, I did not use reactive...

@elpik Thanks for your solution! I ran a few tests and found a minor improvement with this solution: ```ts export class TrailingSlashUrlSerializer extends DefaultUrlSerializer { serialize(tree: UrlTree): any { let...