我把信息从角发送到一个node.js文件。我想知道如何将信息从node.js返回到angular2。
代码在index.js中的应用
app.post('/', function(req,res){
var body = req.body;
*/ information received from angular2 file
(...)
*/ then return information back to angular2 file. **How to do this?**
};
有人能帮帮我吗?谢谢。
我正在从nodejs服务器为我的index.html服务。这个ng2文件在实时服务器上运行得很好。但是,当我使用特定的路由从nodejs index.js加载它时,它会给出以下错误。
Uncaught SyntaxError: Unexpected token <
VM105:17Uncaught ReferenceError: System is not defined
我把文件装好了。以下是加载的文件:
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js&
我在一个大的项目中使用requirejs。这个项目很快就会升级到angular2。
Angular2使用system.js,所以我也在考虑改用system.js。我是否应该删除对requirejs库的引用,改为包含system.js,并期望它能够工作,或者是这里有我不理解的地方?
我尝试只删除require.js文件并添加system.js文件,但收到的错误消息显示define is not defined。你能帮上忙吗?除了system.js之外,我还需要require.js吗?
我在Angular2 beta-15上运行了一个应用程序,但后来我将它更新为beta-17,现在出现了一个很难破解的错误。
EXCEPTION: Can only add to a TokenMap! Token: ElementRef angular2.dev.js:25654
EXCEPTION: Can only add to a TokenMap! Token: ElementRef angular2.dev.js:25644:9
Object { message: "Can only add to a TokenMap! Token: …", stack: "
在下面的场景中,我得到了以下错误,我不知道为什么会发生这种情况。第71行是expect测试失败。任何帮助破解这个问题的人都将不胜感激!
PhantomJS 2.1.1 (Mac OS X 0.0.0) UserService should be able to create a user service FAILED
_instantiateProvider@/Users/nsmith/projects/cohortable/spec-bundle.js:12308:38 <- webpack:///angular2/src/core/di/injector.ts:769
我正在编写一个Angular2 2.0.0-beta.17应用程序。我想我把angular2的各种填充和shim的顺序都错了。不幸的是,这个版本的角的文档已经消失,取而代之的是rc.1的doc。我暂时不想搬到rc.1。你们知道或记得这些脚本必须加载的确切顺序吗?实际上,我按以下顺序加载它们:
<!-- IE required polyfills, in this exact order -->
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
我不知道是怎么回事,因为我是Angular2,打字稿,es5和es6的新手。看看。我不明白为什么我的FirstComponent没有在first.ts文件中被调用。
我有以下的执行情况。
app.ts
import {bootstrap, Component, CORE_DIRECTIVES} from 'angular2/angular2'
import {FirstComponent} from 'first' // please explain what should be here. 'first','./first'
我使用和gulp将所有已编译的JS文件捆绑在一起。这是很好的工作,直到我尝试使用角材料2组件/服务。将import {MdIcon} from '@angular2-material/icon'放在文件的顶部是没有问题的,但是一旦我向directives或providers数组添加了MdIcon或任何其他重要组件或服务,我就会在构建过程buildStatic中得到一个错误,例如:
{ [Error: Error on fetch for node_modules/@angular2-material/icon/icon.js at file:///c:/websites/lea
我正在尝试将我的node_modules移动到一个不同的位置,我所做的是删除node_modules并将package.json移动到我希望它安装的位置,然后我运行了npm install,它安装了我想要的node_modules,但是现在,如果我运行npm start,服务器就启动了,我得到了很多错误:
(index):5 GET http://localhost:3000/node_modules/bootstrap/dist/css/bootstrap.min.css
(index):9 GET http://localhost:3000/node_modules/es6-shim/e