We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dba26a commit 99b026eCopy full SHA for 99b026e
packages/schematics/angular/utility/workspace-models.ts
@@ -71,7 +71,13 @@ export interface BrowserBuilderOptions extends BrowserBuilderBaseOptions {
71
}
72
73
export interface ServeBuilderOptions {
74
+ /**
75
+ * @deprecated not used since version 17.0.0. Use the property "buildTarget" instead.
76
+ */
77
browserTarget: string;
78
+
79
+ // TODO: make it required, when the deprecated property "browserTarget" is removed.
80
+ buildTarget?: string;
81
82
export interface LibraryBuilderOptions {
83
tsConfig: string;
0 commit comments