|
|
|
|
|
by adamduren
3477 days ago
|
|
I found Polymer to be very easy to pickup coming from Angular 1 & 2. The only friction I experienced was difficulty integrating TypeScript. Given how Polymer components are typically written with the JavaScript included with the HTML file of the component this was not really an easy option for a beginner. However using tools like polymer-build with gulp you can still get TypeScript support. In the upcoming Polymer 2.0 release TypeScript typings are going to be included with the library! |
|
And a simple implementation: https://github.com/tensorflow/tensorflow/blob/master/tensorf...