valor-software/angular2-quickstart

Name: angular2-quickstart

Owner: Valor Software

Description: Sample of how easy and fast to start hacking with Angular2 and ng2-bootstrap

Created: 2016-02-05 14:45:54.0

Updated: 2018-04-26 18:36:52.0

Pushed: 2017-05-30 21:11:30.0

Homepage: https://angular.io/docs/ts/latest/quickstart.html

Size: 212

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

angular2-quickstart

This tiny repo is done according to angular2 quickstart guide just to show how simple it is to use angular2 with 3rd party ng2-* modules like this one: https://github.com/valor-software/ng2-bootstrap

Quick start

Clone this repo npm i and npm start and you are ready!

How to add ng2-bootstrap to your project

Add map for moment.js and ng2-bootstrap in system.js config

'moment': 'node_modules/moment/moment.js',
'ng2-bootstrap/ng2-bootstrap': 'node_modules/ng2-bootstrap/bundles/ng2-bootstrap.umd.js',

Done

Good luck with angular2 hacking!


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.