Как написать угловой модуль для конкретной HTML-страницы в версии выпуска angular 2 RC
#angular #угловой Вопрос: В бета-версии: <script> System.config({ transpiler: 'typescript', typescriptOptions: { emitDecoratorMetadata: true }, packages: {'app': {defaultExtension: 'ts'}} }); System.import('/app/page1/environment_main') .then(null, console.error.bind(console)); </script> здесь я могу указать, какой модуль будет…