문서의 이전 판입니다!
Angular CLI(Command-Line Interface) ng update <package>
ng add
Support for multiple projects
angular.json instead of .angular-cli.json
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"routing-demo": {...
},
"services-and-http": {...
}
},
"defaultProject": "routing-demo",
"schematies": {..
}
}