Reputation: 317
I have been learning angular2 from past two days. I would like to know how to configure my project to work around with angular2 & typescript. I'm using VS 2015. Please let me know the steps for setting up the environment.
Upvotes: 0
Views: 97
Reputation: 86730
Best way to setup angular2 project now a days is by using Angular CLI
also there are alot of ways by using you can setup your project. its totaly depends on you and your requirement that how you want to configure your project setup. see here also angular2 setup using gulp
Before setup your project i must recomend to you go through this article
as required by @sujay in comment here is some info related to required files:-
Upvotes: 3
Reputation: 2254
Add angular2 via NPM package manager and typescript files should already be available in the right click add menu
Upvotes: 1