Horje
generate component angular without folder Code Example
generate component angular without folder
Angular: 

Add --flat flag.

ng g c yourcomponentname --flat


--flat=true|false

When true, creates the new files at the top level of the current project.

Default: false
Source: angular.io




Shell

Related
how to revert last pushed commit Code Example how to revert last pushed commit Code Example
curl output to stdout Code Example curl output to stdout Code Example
ubuntu sha256 Code Example ubuntu sha256 Code Example
curl post form Code Example curl post form Code Example
how to install linux headers on arch Code Example how to install linux headers on arch Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13