I am currently attempting to compile an Angular 2 application using AOT. Within my project, I am utilizing angular-2-json-schema-form which is leading to errors such as:
Property is private and only accessible within class
while trying to compile my app.
I suspect that the issue lies within TypeScript. Can anyone offer assistance in resolving this problem?