import {Component} from '@angular/core'; @Component({ selector: 'dp-demo-root', template: '' }) export class DemoRootComponent { }