import { Component } from '@angular/core'; @Component({ // tslint:disable-next-line:component-selector selector: 'other-route', template: `

This is the another route

`, }) export class OtherRouteComponent { }