# switching-to-angular2 **Repository Path**: mirrors_andyglick/switching-to-angular2 ## Basic Information - **Project Name**: switching-to-angular2 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction This repository contains the code samples for my book "[Switching to Angular 2](https://www.packtpub.com/web-development/switching-angular-2)". [![](https://www.packtpub.com/sites/default/files/IMG6201.jpg)](https://www.packtpub.com/web-development/switching-angular-2) # How to start **Note** that this seed project requires node v4.x.x or higher and npm 2.14.7. ```bash git clone --depth 1 https://github.com/mgechev/switching-to-angular2.git cd switching-to-angular2 npm install npm start ```