I have Angular 4.3.6 project where a template snippet produces this error.
Template block:
{{article?.
{{language.name}}
I was also facing the same issue (Cannot read property 'outlets' of null ) but the above code that I have written, worked for me.