X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-main%2Fangular%2Findex.ts;h=4b87c2952121ac99874362b7bfa7c678c4e98a6b;hb=e56ce494c8c55e7f653991ffc7d7398ca875e768;hp=8ea47bb33fdb4eb00282507700aba360f7a7e70f;hpb=e62f03ae0412f4efa62917d8741bc1a39e8ed7fc;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-main/angular/index.ts b/client/src/app/shared/shared-main/angular/index.ts index 8ea47bb33..4b87c2952 100644 --- a/client/src/app/shared/shared-main/angular/index.ts +++ b/client/src/app/shared/shared-main/angular/index.ts @@ -1,7 +1,9 @@ export * from './autofocus.directive' export * from './bytes.pipe' +export * from './defer-loading.directive' export * from './duration-formatter.pipe' export * from './from-now.pipe' export * from './infinite-scroller.directive' +export * from './link.component' export * from './number-formatter.pipe' export * from './peertube-template.directive'