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=9ba8151360d1af797b8e5ff2147132db84d63d28;hpb=94676e631c5045144da598fefbefaa3cfcaaeb0d;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 9ba815136..f72d60313 100644 --- a/client/src/app/shared/shared-main/angular/index.ts +++ b/client/src/app/shared/shared-main/angular/index.ts @@ -1,5 +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'