I want to set one word in a sentence to have md-primary color, and another word to have the accent color. I assumed something like this:
Hel
Angular Material's docs explicitly enumerate list of components, which you able to differentiate with md-theme attribute:
md-button
md-checkbox
md-progress-circular
md-progress-linear
md-radio-button
md-slider
md-switch
md-tabs
md-text-float
md-toolbar
From Angular Material documentation, under Theming / Declarative Syntax.
So I think the short answer is: you can't do it.