In case #1 works, in case #2 it do not works. Check the code bellow:
Radio Gr
-
In case you want to use bootstrap radio to check one of them depends on the result of your checked var in the .ts file.
component.html
Radio Group #1
component.ts file
@Component({
selector: '',
templateUrl: './.component.html',
styleUrls: ['./.component.css']
})
export class radioComponent implements OnInit {
checked = true;
}