From 33b514296930a47bb2e881640116a9b8d95a40f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leosvel=20P=C3=A9rez=20Espinosa?= Date: Thu, 26 May 2022 16:06:00 +0100 Subject: [PATCH] feat(angular): add x-type to host and remote generators (#10479) --- packages/angular/generators.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/angular/generators.json b/packages/angular/generators.json index de25510d2fa2d..284432d2612e8 100644 --- a/packages/angular/generators.json +++ b/packages/angular/generators.json @@ -75,6 +75,7 @@ "remote": { "factory": "./src/generators/remote/remote.compat", "schema": "./src/generators/remote/schema.json", + "x-type": "application", "description": "Generate a Remote Angular Module Federation Application." }, "move": { @@ -91,6 +92,7 @@ "host": { "factory": "./src/generators/host/host.compat", "schema": "./src/generators/host/schema.json", + "x-type": "application", "description": "Generate a Host Angular Module Federation Application." }, "ng-add": {