Angular + PowerShell | Cookbook

Create component for all folders in a directory

Get-ChildItem ..\samples\src | foreach { ng generate component app/pages/$_.name }