import { Component } from '@angular/core'; @Component({ template: `

Confirmation Component Content via Child Route

` }) export class ConfirmationComponent { constructor() { } }