Skip to content

Commit

Permalink
feature(cli) : add provider in element list
Browse files Browse the repository at this point in the history
  • Loading branch information
thomrick committed Apr 23, 2018
1 parent 95fa346 commit 47f8a78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/homepage/pages/cli/usages/usages.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ <h4>generate (alias g)</h4>
<li>interceptor (alias i)</li>
<li>middleware (alias mi)</li>
<li>module (alias mo)</li>
<li>pipe (alias p)</li>
<li>pipe (alias pi)</li>
<li>provider (alias pr)</li>
<li>service (alias s)</li>
</ul>
<p>
Expand Down

0 comments on commit 47f8a78

Please sign in to comment.