Ekaitz

Results 2 issues of Ekaitz

It looks that angular2-google-chart doesn't support [Ahead-Of-Time compilation](https://angular.io/guide/aot-compiler). Is true? This is the error that angular-cli launchs when I tried to apply -aot option: ```bash $ ng build --aot --progress...

I have created a endpoint in Django Rest Framework to change the email, the payload is like this: PUT /change_email { "user_id": 11, "new_email": "[email protected]", "current_password": "mypassword" } If I...