diff --git a/src/app/login-page/autoregistration/autoregistration-loader.component.ts b/src/app/login-page/autoregistration/autoregistration-loader.component.ts
new file mode 100644
index 00000000000..87d7e86a8be
--- /dev/null
+++ b/src/app/login-page/autoregistration/autoregistration-loader.component.ts
@@ -0,0 +1,34 @@
+import { Component, Inject, OnInit, PLATFORM_ID, ViewChild, ViewContainerRef, ComponentFactoryResolver } from '@angular/core';
+import { isPlatformBrowser } from '@angular/common';
+
+/**
+ * Component that dynamically loads the AutoregistrationComponent only in the browser
+ */
+@Component({
+ selector: 'ds-autoregistration-loader',
+ template: '