refactor(router): take advantage of the new way of configuring modules
This commit is contained in:
@ -130,9 +130,6 @@ export class RouterLinkWithHref implements OnChanges, OnDestroy {
|
||||
|
||||
urlTree: UrlTree;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
constructor(
|
||||
private router: Router, private route: ActivatedRoute,
|
||||
private locationStrategy: LocationStrategy) {
|
||||
|
Reference in New Issue
Block a user