harbor/src/portal/lib/src/repository/index.ts

9 lines
219 B
TypeScript

import { Type } from '@angular/core';
import { RepositoryComponent } from './repository.component';
export * from "./repository.component";
export const REPOSITORY_DIRECTIVES: Type<any>[] = [
RepositoryComponent
];