This could be a solution too:
[md-raised-button]="condition ? 'true' : ''"
It's working for angular 4, ionic 3 like this:
[color]="condition ? 'primary' : ''"
where condition
is a function that decides if this is an active page or not. The whole code look like this: