I am noob with Angular 2. I am doing YouTube tutorials, but every tutorial have the directives: part where i am stuck.
directives:
app.component.ts>
WebStorm told me to make the constructor protected. So I did. Caused this problem on a webpack restart. Removing the protected keyword again fixed it.