import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-list-of-dzs', templateUrl: './list-of-dzs.component.html', styleUrls: ['./list-of-dzs.component.css'] }) export class ListOfDzsComponent implements OnInit { constructor() { } ngOnInit() { } }