问题
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-a-ionic-module-in-an-angular-mono-repo-aka-multi-modu