Using Angular services to handle this at the component level would be the best option to do.
import { Meta, Title } from '@angular/platform-browser';
Keep in mind that adding meta tags in index.html would make the description title and everything the same for all pages in the app which would bring a big disadvantage to your SEO.