You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The Angular CLI makes it easy to create an application that already works, right out of the box. It already follows our best practices!</p>
78
91
</div>
79
-
92
+
80
93
<divclass="features-list">
81
94
<h4>ng generate</h4>
82
95
<p>Generate components, routes, services and pipes with a simple command. The CLI will also create simple test shells for all of these.</p>
83
96
</div>
84
-
97
+
85
98
<divclass="features-list">
86
99
<h4>ng serve</h4>
87
100
<p>Easily test your app locally while developing.</p>
88
101
</div>
89
-
102
+
90
103
<divclass="features-list">
91
104
<h4>Test, Lint, Format</h4>
92
105
<p>Make your code really shine. Run your unittests or your end-to-end tests with the breeze of a command. Execute the official Angular linter and run clang format.</p>
0 commit comments