UNPKG

generator-angular2-with-router

Version:

A simple angular2 application having 3 pages with angular2 in build router to navigate between pages. It have all basic functionality which a standard angualr2 application needed.

49 lines (34 loc) 2.29 kB
# generator-angular2-with-router [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url] > A simple angular2 application having 3 pages with angular2 in build router to navigate between pages. It have all basic functionality which a standard angualr2 application needed. ## Installation First, install [Yeoman](http://yeoman.io) and generator-angular2-with-router using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)). ```bash npm install -g yo npm install -g generator-angular2-with-router ``` # video instruction Below youtube video shows what are the files in the application folder and why they are there. https://youtu.be/3uD0bCP3OTQ ## report issues Feel free report any issue and and feature update to help the angular2 community and developers at https://github.com/aniruddhadas9/generator-angular2-with-router/issues Let me know if you want to contribute at the https://github.com/aniruddhadas9/generator-angular2-with-router Then generate your new project: ```bash yo angular2-with-router ``` ## Getting To Know Yeoman * Yeoman has a heart of gold. * Yeoman is a person with feelings and opinions, but is very easy to work with. * Yeoman can be too opinionated at times but is easily convinced not to be. * Feel free to [learn more about Yeoman](http://yeoman.io/). ## License Apache-2.0 © [aniruddha das](http://www.candifood.com) [npm-image]: https://badge.fury.io/js/generator-angular2-with-router.svg [npm-url]: https://npmjs.org/package/generator-angular2-with-router [travis-image]: https://travis-ci.org/aniruddhadas9/generator-angular2-with-router.svg?branch=master [travis-url]: https://travis-ci.org/aniruddhadas9/generator-angular2-with-router [daviddm-image]: https://david-dm.org/aniruddhadas9/generator-angular2-with-router.svg?theme=shields.io [daviddm-url]: https://david-dm.org/aniruddhadas9/generator-angular2-with-router [coveralls-image]: https://coveralls.io/repos/aniruddhadas9/generator-angular2-with-router/badge.svg [coveralls-url]: https://coveralls.io/r/aniruddhadas9/generator-angular2-with-router