import { Component } from '@angular/core'; @Component({ selector: 'ngx-d3-area-stack', template: ``, }) export class D3AreaStackComponent { }