diff --git a/docs/generated/packages/angular/documents/overview.md b/docs/generated/packages/angular/documents/overview.md index f58a26add3..8029726cb7 100644 --- a/docs/generated/packages/angular/documents/overview.md +++ b/docs/generated/packages/angular/documents/overview.md @@ -77,6 +77,14 @@ Read more about: - [Library Types](/more-concepts/library-types) - [Buildable and Publishable Libraries](/more-concepts/buildable-and-publishable-libraries) +### Fallback to `@schematics/angular` + +If you try to invoke a generator that is not present in `@nrwl/angular`, the request will automatically be forwarded on to `@schematics/angular`. So, even though there is no `@nrwl/angular:service` generator, the following command will successfully create a service: + +```shell +nx g @nrwl/angular:service my-service +``` + ## More Documentation - [Angular Nx Tutorial](/angular-tutorial/1-code-generation) diff --git a/docs/shared/packages/angular/angular-plugin.md b/docs/shared/packages/angular/angular-plugin.md index f58a26add3..8029726cb7 100644 --- a/docs/shared/packages/angular/angular-plugin.md +++ b/docs/shared/packages/angular/angular-plugin.md @@ -77,6 +77,14 @@ Read more about: - [Library Types](/more-concepts/library-types) - [Buildable and Publishable Libraries](/more-concepts/buildable-and-publishable-libraries) +### Fallback to `@schematics/angular` + +If you try to invoke a generator that is not present in `@nrwl/angular`, the request will automatically be forwarded on to `@schematics/angular`. So, even though there is no `@nrwl/angular:service` generator, the following command will successfully create a service: + +```shell +nx g @nrwl/angular:service my-service +``` + ## More Documentation - [Angular Nx Tutorial](/angular-tutorial/1-code-generation)