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

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -