# angular-2-samples **Repository Path**: mirrors_andyglick/angular-2-samples ## Basic Information - **Project Name**: angular-2-samples - **Description**: Angular 2.0 sample components - **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-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README These samples use Angular 2.0 rc-1 Live DEMO here: http://www.syntaxsuccess.com/angular-2-samples Documentation: http://www.syntaxsuccess.com/angular-2-articles Here are the prerequisites for running the project: 1-npm install -g typescript 2-npm install 3-bower install 4-gulp bundle (repeat this step if you are making code changes) Steps 1-3 will install the required tooling. Step 4 creates a javascript bundle that will be loaded when the site launches The final step is to launch the site by starting the lite-server npm run start