Skip to content

Commit

Permalink
feat(angular): add x-type to host and remote generators (#10479)
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed May 26, 2022
1 parent 844679e commit 33b5142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/angular/generators.json
Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down

0 comments on commit 33b5142

Please sign in to comment.