ng html code example
Example 1: ng content
<!-- for dynamic content in components -->
<ng-content></ng-content> <!-- in app-component template -->
<app-component>
<!-- insert html here -->
</app-component>
Example 2: ng angular
ng new <name> [options]