I am new to Angular2 and webpack-starter. And have the webpack-starter with ng2-boostrap working well. But as I attempt to begin to add components with angular-cli I see 'You have to be inside an ember-cli project in order to use the generate command.' which makes some sense, but it would be very helpful for this newbie to use something like 'ng g compoenent ...' to add new components. Or if there was a gulp task to do this for webpack-starter that would help.
I googled around and didn't find anything obvious and didn't want to break the webpack-starter project. Any help would be greatly appreciated. I can always hand build all the files for new components, but that seems very wasteful and error prone when starting out.