LoginSignup
0
0

More than 5 years have passed since last update.

ng2-bootstrap #1 404 GET /moment

Last updated at Posted at 2016-07-03
systemjs.config.js
(function(global) {
  // map tells the System loader where to look for things
  var map = {
    'app':                        'app', // 'dist',
    '@angular':                   'node_modules/@angular',
    'angular2-in-memory-web-api': 'node_modules/angular2-in-memory-web-api',
    'rxjs':                       'node_modules/rxjs',
    'ng2-bootstrap/ng2-bootstrap':               'node_modules/ng2-bootstrap/ng2-bootstrap',
/////////////////////////////////////
 'moment' : 'node_modules/moment/moment.js',  // ADD THIS LINE 
/////////////////////////////////////
};
(omitted)

"typescript": "^1.8.10",
"ng2-bootstrap": "^1.0.17",
"@angular/common": "2.0.0-rc.3",

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0