0

My .Net MVC project configured as described in https://angular.io/guide/visual-studio-2015. Can i do it without adding other tool like Gulp? Or the single way to do it was described in follow answer ( How do I actually deploy an Angular 2 + Typescript + systemjs app? ).

MiR
  • 56
  • 1
  • 6
  • It can depend on your project setup, if you are using angular-cli please take a look https://github.com/angular/angular-cli/wiki/build – aUXcoder Sep 14 '17 at 13:26
  • i don't using angular cli in current project – MiR Sep 14 '17 at 13:37
  • Yes, the solution is on the link that you provide, you need to transpile/compile your source files and for that task you will need tools like Gulp (between others), using the CLI tool you save the pain of setting up that tasks. – aUXcoder Sep 14 '17 at 13:44

1 Answers1

1

Download VISUAL STUDIO COMMUNITY 2017 (or others this is free one ) or updated if you already have it then open new project. After the last update vs2017 you can choose MVC then angular for you UI development. Angular 2 in visual stdio typescript is default. All after this choices vs2017 will create all file you need in solution.

sonertbnc
  • 1,580
  • 16
  • 26