mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
65528: ComCol Tree with full FlatList that gets generated at page-load
This commit is contained in:
15
src/app/community-list-page/community-list-page.component.ts
Normal file
15
src/app/community-list-page/community-list-page.component.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-community-list-page',
|
||||
templateUrl: './community-list-page.component.html',
|
||||
styleUrls: ['./community-list-page.component.css']
|
||||
})
|
||||
export class CommunityListPageComponent implements OnInit {
|
||||
|
||||
constructor() { }
|
||||
|
||||
ngOnInit() {
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user