I\'m new to Protractor, I\'m trying to set the radio button value using Protractor. I searched over the internet and the SO for the answers which went vain.
html
Try:
element(by.id('radiogrp1')).all(by.tagName('md-radio-button')).get(0).click();