Vlado Tesanovic
Vlado Tesanovic
http://localhost:4200 is angular app http://localhost:4300 is API try with http://localhost:4300/api/public/simple
@supersudh @mehdirajani5 Thanks, I will review all changes tonight and try to accept this PR.
Hey there, I never deploy node app to app engine, this might be first time. I am looking here https://cloud.google.com/appengine/docs/flexible/nodejs/runtime It seams that we will need to change our package.json...
Install: ```bash npm install -g firebase-tools ``` Create in project root: firebase.json .firebaserc firebase.json ``` { "hosting": { "public": "dist" } } ``` .firebaserc ``` { "projects": { "default": "yourProjectId"...
Great to hear that :+1: Ok, to be honest i didn't think about this. What exactly you are passing to _smVisibility_ ? How this object or whatever it is, looks:...
Oh, ok, i see now. This is not attached to any element, so therefor it must be directive ( like you did ), also Visibility Callbacks are great candidate for...
Ok, to be honest i didn't try AOT, i read about it and i get impression that it is not ready yet. Did you try AOT with other external libraries...
Yes, that is good one. Thanks for proposition, i will implement that and update package on npm. Best regards! On 28 July 2016 at 12:20, Daniel Zolnjan [email protected] wrote: >...
Done: https://ng-semantic.herokuapp.com/#/elements/input
Please use sm-select element for this. https://ng-semantic.herokuapp.com/#/elements/select