0

I developed an app with Angular 2 and I want to send it to the employer for code review.

Is it okay if I just copy and files and folders? If yes which files and folders I should copy?

If no, how can I build my application and send it to my employer?

Kim Kern
  • 54,283
  • 17
  • 197
  • 195

1 Answers1

0

If you are using System.js to transpile your typescript code in browser directly then you can go ahead and send it to them.

But if you are using angular-cli using npm then you need to provide instructions of npm angular-cli installation.

Tej
  • 414
  • 2
  • 7