threshold" class="uk-text-right uk-margin-bottom">
View less
threshold"
class="uk-text-right uk-margin-bottom">
View more
`
})
export class FundedByComponent {
@Input() fundedByProjects: Project[];
public threshold: number = 5;
public showNum: number = 5;
public scroll() {
HelperFunctions.scroll();
}
}