You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/schematics/angular/README.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ application | Generates a new basic app definition in the "projects" subfolder o
12
12
class | Creates a new, generic class definition in the given or default project
13
13
component | Creates a new, generic component definition in the given or default project
14
14
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
16
15
enum | Generates a new, generic enum definition for the given or default project
17
16
guard | Generates a new, generic route guard definition in the given or default project
18
17
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
24
23
resolver | Creates a new, generic resolver definition in the given or default project
25
24
service | Creates a new, generic service definition in the given or default project
26
25
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
28
26
web-worker | Creates a new, generic web worker definition in the given or default project
29
27
workspace | Initializes an empty workspace and adds the necessary dependencies required by an Angular application
30
28
31
29
## Disclaimer
32
30
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