If you go to a convention and ask if someone used Angular 1, you will find that less then 50 per cent will have had an experience with the framework. (…) Read more
- March 8, 2016
- Comments 0
- Filed under: Angular
What is Typescript? It is a superset of Javascript with type information. You can define interfaces and types, such as string, boolean. Why would you want to use Typescript? As (…) Read more
- March 3, 2016
- Comments 0
- Filed under: Angular
Angular 2 works a lot better with Meteor. You don’t need to bind data and you don’t need to pollute your scope in order to use it. Configurations with Meteor (…) Read more
- March 1, 2016
- Comments 0
- Filed under: Angular, Meteor.js