update
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import { Component, OnInit, Input } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-quotas',
|
||||
templateUrl: './quotas.component.html',
|
||||
styleUrls: ['./quotas.component.scss']
|
||||
})
|
||||
export class QuotasComponent implements OnInit {
|
||||
|
||||
@Input() quotas;
|
||||
quotaColumns = ["name", "quota"];
|
||||
constructor() { }
|
||||
|
||||
ngOnInit(): void {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user