Trouble using form.get('topics').controls

In /courses/206545/lectures/3196337 we are supposed to use let topic of form.get('topics').controls
But I can only get it working using let topic of form.get('topics')['controls']
Did Angular change this since this tutorial was made?