Search code examples
angularbuildangular-cliangular2-build

Transfer Angular 2 Source Code


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?


Solution

  • 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.