Can the CLI be leveraged for a subset of tasks, for example, to configure AOT for an ng2 app that wasn't created with the CLI?
I reviewed the Angular CLI documentation: https://cli.angular.io/. Looks like the CLI is mainly used to create, maintain and manage independent standalone ng2 apps. I'm guessing that the CLI must generally be used from the very beginning (app creation) in order to reliably use the functions it provides. Is this the case? In my case, I have an ng2 app which I've created within an existing .NET MVC app based on business requirements/needs.