Using Angular CLI with Ionic 2

Has anyone had success using angular-cli within an ionic project? Would be great if this “just worked” out of the box with ionic2 projects. If you, for example, type:

ng g component MyComponent

You get the following output:

You have to be inside an ember-cli project in order to use the generate command.

If all you’re looking for is generators, the ionic cli has that feature.

I did: Using Ionic 2 with the Angular CLI

But yeah the Ionic CLI can also generate page components etc.