X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-main%2Fangular%2Findex.ts;h=f72d603132e5efda526faa15dd92c359c4e5ac33;hb=1279c05eeb6d14fdc188b3e23fb4f3f2bfda70ee;hp=069b7f6548086914249955f3ba7e5b75a38c3d0f;hpb=37a44fc915eef2140e22ceb96aba6b6eb2509007;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 069b7f654..f72d60313 100644 --- a/client/src/app/shared/shared-main/angular/index.ts +++ b/client/src/app/shared/shared-main/angular/index.ts @@ -1,8 +1,10 @@ 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 './login-link.component' export * from './number-formatter.pipe' export * from './peertube-template.directive'