Angular installation

前端 未结 9 1047
傲寒
傲寒 2021-02-06 13:55

I want to install Angular version 4.* on my windows 7.
I am currently using Angular version 1.6.*

I tried following command

npm install @angular/{com         


        
9条回答
  •  没有蜡笔的小新
    2021-02-06 14:29

    There are many ways to structure AngularJS applications. When you begin to upgrade these applications to Angular, some will turn out to be much more easy to work with than others. There are a few key techniques and patterns that you can apply to future proof apps even before you begin the migration.

    • Follow the AngularJS Style Guide
    • Using a Module Loader
    • Migrating to TypeScript
    • Using Component Directives

    • Upgrade with ngUpgrade

    Or up can follow the official document of Angular

提交回复
热议问题