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: README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,6 @@ application | Generates a new basic app definition in the "projects" subfolder o
28
28
class | Creates a new, generic class definition in the given or default project
29
29
component | Creates a new, generic component definition in the given or default project
30
30
directive | Creates a new, generic directive definition in the given or default project
31
-
e2e | Generates a new, generic end-to-end test definition for the given or default project
32
31
enum | Generates a new, generic enum definition for the given or default project
33
32
guard | Generates a new, generic route guard definition in the given or default project
34
33
interceptor | Creates a new, generic interceptor definition in the given or default project
@@ -40,10 +39,9 @@ pipe | Creates a new, generic pipe definition in the given or default project
40
39
resolver | Creates a new, generic resolver definition in the given or default project
41
40
service | Creates a new, generic service definition in the given or default project
42
41
service-worker | Pass this schematic to the "run" command to create a service worker
43
-
universal | Pass this schematic to the "run" command to set up server-side rendering for an app
44
42
web-worker | Creates a new, generic web worker definition in the given or default project
45
43
workspace | Initializes an empty workspace and adds the necessary dependencies required by an Angular application
46
44
47
45
## Disclaimer
48
46
49
-
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.
47
+
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