I'm trying to compile an angular 2 app using AOT. In my project I'm using angular-2-json-schema-form and it's causing errors like this:
Property is private and only accessible within class
when compiling my app.
I think that problem is in TypeScript. Somebody help me resolve this problem.
privatefield in a template. Don't do that. - drew moore