Skip to content

Instantly share code, notes, and snippets.

View maxruby's full-sized avatar
🏠
Working from home

Maximiliano Suster maxruby

🏠
Working from home
  • Miltenyi Biotec
  • Düsseldorf, Germany
View GitHub Profile
/**
* Copyright (c) Matan Shukry
* All rights reserved.
*/
import { UrlSegment, UrlSegmentGroup, Route } from '@angular/router';
// export type UrlMatchResult = {
// consumed: UrlSegment[]; posParams?: { [name: string]: UrlSegment };
// };