I have one existing project ActivityManagement and I am making a new project SourceManagement.
Now this component of Banner , footer and header I want to use it in my new project.
How can I use them ?
Also one thing, the old project ActivityManagement > uses old version of
"@angular-devkit/build-angular": "^14.1.2",
while my new angular project SourceManagement is using
"@angular-devkit/build-angular": "^16.0.0",
I can change the version of new project to lower version.
What all steps need to be considered while doing this change ?
P.S - I am new to development and trying out various combinations as, if the copy pasting works it will be really helpful as I need to make such small small projects with same component.
I tried copy pasting the existing project package.json in new project file, and then tried to ng build but getting error while ng build