mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
refactor: deprecate universalProject
in app-shell schematics as it's unused
This commit is contained in:
parent
a05148e9f5
commit
ec8fb3712f
@ -19,7 +19,6 @@ describe('App Shell Schematic', () => {
|
||||
const defaultOptions: AppShellOptions = {
|
||||
name: 'foo',
|
||||
clientProject: 'bar',
|
||||
universalProject: 'universal',
|
||||
};
|
||||
|
||||
const workspaceOptions: WorkspaceOptions = {
|
||||
|
@ -12,7 +12,8 @@
|
||||
},
|
||||
"universalProject": {
|
||||
"type": "string",
|
||||
"description": "The name of related Universal app."
|
||||
"description": "The name of related Universal app.",
|
||||
"x-deprecated": "This option has no effect."
|
||||
},
|
||||
"route": {
|
||||
"type": "string",
|
||||
@ -98,7 +99,6 @@
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"clientProject",
|
||||
"universalProject"
|
||||
"clientProject"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user