, . - , CommonJS -
var mymod = require('myModule');
mymod.hello();
, script , :
require('myModule', function(mymod) {
mymod.hello();
});
-
import {Component} from 'angular2/core';
@Component({
selector: 'my-app',
moduleId: module.id,
templateUrl: 'app.component.html',
styleUrls: ['app.component.css']
})
moduleId: module.id @Component . , Angular 2 . require(). , :)