I've created a new project using Angular CLI and I'd like to use NativeScript to build a mobile app as part of this project. I'd like to share my pipes, services, etc between web and native, so having everything in the same repository makes sense.
How do I integrate nativescript-angular with Angular CLI?