I am adding meta tag dynamically, I am able to add those using importing meta and using update meta tag methos.
But those tags are getting added after style tag in html header in angular,
Is there any way, i can add those just after opening of head tag in angular
CodePudding user response:
No you can't meta tag dynamically please import your all files in app module.ts file.
CodePudding user response:
meta tag dynamically please import your all files in app module.ts file.
