문서의 이전 판입니다!
Angular CLI1)기반으로 angular이용을 효율적으로 할 수 있다.
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": {..
}
}