angular2 学习入门第一课 步骤 Install Node.js 创建应用程序的项目文件夹和定义包的依赖关系和特殊项目设置 Create the app’s Angular root component Add main.ts, identifying the root component to Angular Add index.html, the web page that hosts the application Build and run the app 文件 创建文件 {代码......