In my angular 8 application, where in the parent module uses font-awesome 4.7 as below in package.json;
"font-awesome": "^4.7.0",
angular.json;
"styles": ["projects/adminUI/src/styles.css",
"./node_modules/font-awesome/css/font-awesome.min.css"],
Now my child module which is developed newly needs to have font-awesome icons of the 6.2.0 version, if I upgrade this to the new version, will there be any impact on existing icons in the parent application? Can anyone suggest if someone has done it before, any pointer would be highly appreciated?
also I have checked 4.7.0 package name different and 6.2.0 package name different so what i do ??