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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -