How to properly configure a Ionic module in an Angular mono-repo (aka multi-module project)?
- 阅读更多 关于 How to properly configure a Ionic module in an Angular mono-repo (aka multi-module project)?
问题 Setting up angular.json and tsconfig.json is quite obvious after a few tries on ng new my-workspace --create-application=false , ng g library , ng g application and merging output of ionic start mys-app into files generated by angular-cli. My main concerns are: what should package.json files look like in workspace root folder and in Ionic project folder? how can I define versions once for plugins in several Ionic apps? 来源: https://stackoverflow.com/questions/62766246/how-to-properly-configure