angular-django-example
angular-django-example copied to clipboard
ng build --prod giving error
ERROR in src/app/app.component.html(2,18): : Property '_userService' is private and only accessible within class 'AppComponent'. src/app/app.component.html(19,18): : Property '_userService' is private and only accessible within class 'AppComponent'.
As this is a demo app, I've never tried a prod build on it. Does the development ng build
work without the "--prod"?
yes , but its not working