Showing posts fromAngularjs
Angular 2.0 Released
- 15 Sep, 2016
Angular version 2 was released yesterday. More details on this link http://angularjs.blogspot.com.br/2016/09/angular2-final.html(http://angularjs.blogspot.com.br/2016/09/angular2-final.html)
Angular 2.0 ReleasedRead MoreImplement IBM HTTP Server reverse proxy to avoid CORS in AngularJS
- 21 Sep, 2016
Working this week on a new WebSphere Portal Project. Several content are using AngularJS and some calls to get data go to another server in another domain. To avoid CORS(https://en.wikipedia.org/wiki/Cross-originresourcesharing) we implement a reverse proxy on the IHS side. Bellow the config of my httpd.conf. LoadModule proxy\module modules/mod\proxy.so LoadModule proxy\connect\module modules/mod\proxy\connect.so LoadModule proxy\http\module modules/mod\proxy\http.so LoadModule ibm\ssl\module modules/mod\ibm\ssl.so SSLProxyEngine on KeyFile /opt/IBM/HTTPServer/bin/key.kdb SSLStashfile /opt/IBM/HTTPServer/bin/key.sth Proxypass /acme/products https://anotherdomain/api/v1/products Proxypa
Implement IBM HTTP Server reverse proxy to avoid CORS in AngularJSRead MoreTextbox.io for Angular JS
- 19 Sep, 2016
Textbox.io for AngularJS allows developers to leverage the capabilities of the Textbox.io WYSIWYG Rich Text Editor in forms within your AngularJS application. This provides a far more feature rich content authoring environment than a standard textarea.
Textbox.io for Angular JSRead More