How to use Angular-CLI with NativeScript
Jul 10, 2017 · 2 min read
The Angular CLI is a great tool that allows you to do things like ‘generate’ files and ‘serve’ your web apps to a local server. However, this tool does not work in NativeScript apps without a little configuration. This post will show you how to get things set up to start generating files in your NativeScript projects.
Step 1: Run npm install -g @angular-cli inside your terminal.
Step 2: Create a file called .angular-cli.json in the root of your project.

