getting typescript to work with visual studio 2015 rc? -


trying code angularjs in typescript in vs 2015 rc

  • after install web essential, there not side side typescript , javascript pane anymore
  • after adding angularjs definite type nu-get package, can't intellisense 'angular'

anything wrong?

to intellisense 'angular' need include reference definitelytyped package in file:

/// <reference path="angular.d.ts" />' 

check readme came package, or link further reading: https://github.com/borisyankov/definitelytyped/tree/master/angularjs


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -