UNPKG

@stayradiated/ngreact

Version:
10 lines (7 loc) 247 B
function WatchListDirective(WatchListComponent, reactDirective) { return reactDirective(WatchListComponent, [ 'watchedRepos' ]); } WatchListDirective.$inject = ['WatchListComponent', 'reactDirective']; export default WatchListDirective;