How to configure angular2 CLI in a standalone environment

I used the resource http://webiks.com/working-offline-with-angular-cli/ to configure my angular2 and use angular cli for a standalone environment that does not have access to the Internet.

I appreciate if you explain how I can configure angular cli to use cli commands in a standalone environment.

thank

+4
source share
1 answer

Install it in an online machine and copy

% APPDATA%//node_modules/@angular % AppData%// % AppData%//ng.cmd "ng -v" cmd, ... Refer

0

Source: https://habr.com/ru/post/1670474/


All Articles