angular router to new site code example
Example 1: angular redirect to external url
window.location.href = '...';
Example 2: how to create app.routing.module.ts in angular 6
ng generate module app-routing --flat --module=app
window.location.href = '...';
ng generate module app-routing --flat --module=app