I have been watching some videos that related to angularJS 2, but i would like to know What is the difference between Angular CLI and quickstart?
AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly.It controlls the code to what it actually to do... Angular CLI is "Command Line Interface".
The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold, and maintain Angular applications directly from a command shell.
NPM is basically a package manager which acts as a dependency provider. If there are many small packages, required to build a large one, NPM is the one hotspot which will provide us with the packages. Angular-CLI is one of those packages. As far as NG is concerned, it is the core module of Angular.
Note: After angular 6 the Angular-CLI version is the same as the Angular version. Now, if you want to find which Angular-CLI version to use for which version of Angular you can find that here AngularCLI Package.
Angular-CLI is a TOOL to create your angular 2 application. It provides commands to generate code such as components, services and directives to make angular 2 development easier to the developer. It also allows you to build your application and serve your application as you are developing.
Angular 2 Quick Start is a TUTORIAL to create a simple Angular 2 app. The Quick Start also has a Plunkr (code) that the developer can use to try out some ideas with Angular 2. Just like the name says it... it quickly gets you going with Angular 2.
For a real angular 2 application you will be using the Angular-CLI since it provides the tools (commands) you need for your development. Hope this helps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With