Hoang Tran Son
Results
1
comments of
Hoang Tran Son
I found the link from this path `node_modules/ngx-modal/RouteModal.d.ts` ``` import { NavigationExtras } from "@angular/router/src/router"; ``` Changed to ``` import { NavigationExtras } from "@angular/router"; ``` Then working well on...