Skip to content

Commit 3d30e89

Browse files
alan-agius4josephperrott
authored andcommitted
docs(@schematics/angular): remove hidden schematics from readme
Universal and E2E schematics are hidden/private.
1 parent eed56ab commit 3d30e89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/schematics/angular/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ application | Generates a new basic app definition in the "projects" subfolder o
1212
class | Creates a new, generic class definition in the given or default project
1313
component | Creates a new, generic component definition in the given or default project
1414
directive | Creates a new, generic directive definition in the given or default project
15-
e2e | Generates a new, generic end-to-end test definition for the given or default project
1615
enum | Generates a new, generic enum definition for the given or default project
1716
guard | Generates a new, generic route guard definition in the given or default project
1817
interceptor | Creates a new, generic interceptor definition in the given or default project
@@ -24,10 +23,9 @@ pipe | Creates a new, generic pipe definition in the given or default project
2423
resolver | Creates a new, generic resolver definition in the given or default project
2524
service | Creates a new, generic service definition in the given or default project
2625
service-worker | Pass this schematic to the "run" command to create a service worker
27-
universal | Pass this schematic to the "run" command to set up server-side rendering for an app
2826
web-worker | Creates a new, generic web worker definition in the given or default project
2927
workspace | Initializes an empty workspace and adds the necessary dependencies required by an Angular application
3028

3129
## Disclaimer
3230

33-
While the schematics when executed via the Angular CLI and their associated options are considered stable, the programmatic APIs are not considered officially supported and are not subject to the breaking change guarantees of SemVer.
31+
While the schematics when executed via the Angular CLI and their associated options are considered stable, the programmatic APIs are not considered officially supported and are not subject to the breaking change guarantees of SemVer.

0 commit comments

Comments
 (0)