2016-07-24 3 views
0

こんにちは、私は2つのフォルダのクライアントとサーバーを作成しました。エクスプレスで生成されたファイルを私のサーバーに入れました。クライアントでは、Angular 2 Qucistart tutoria lからのファイルを(正確な角作業を適切に行わずに)配置します。 layout.jadeだけを変更しましたFullstackアプリケーションExpressでAngular2を実行する方法

doctype html 
html 
    head 
    title Angular 2 QuickStart JS 
    meta(name='viewport', content='width=device-width, initial-scale=1') 
    link(rel='stylesheet', href='styles.css') 
    // 1. Load libraries 
    // IE required polyfill 
    script(src='../../client/node_modules/core-js/client/shim.min.js') 
    script(src='../../client/node_modules/zone.js/dist/zone.js') 
    script(src='../../client/node_modules/reflect-metadata/Reflect.js') 
    script(src='../../client/node_modules/rxjs/bundles/Rx.umd.js') 
    script(src='../../client/node_modules/@angular/core/bundles/core.umd.js') 
    script(src='../../client/node_modules/@angular/common/bundles/common.umd.js') 
    script(src='../../client/node_modules/@angular/compiler/bundles/compiler.umd.js') 
    script(src='../../client/node_modules/@angular/platform-browser/bundles/platform-browser.umd.js') 
    script(src='../../client/node_modules/@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js') 

    // 2. Load our 'modules' 
    script(src='../../client/app/app.component.js') 
    script(src='../../client/app/main.js') 
    // 3. Display the application 
    body 
    my-app Loading... 
    block content 

私はサーバーからapp.jsを起動しました。アンギュラいけない変更「私のアプリ読み込んでいます...」

+0

すべてのエラーを使用してみてください? – Ajey

+0

同じタイプのいくつかのエラーがあります。 *リソースのロードに失敗しました:サーバーが404のステータスで応答しました(見つからない) http:// localhost:3000/client/node_modules/@ angular/core /バンドル/ core.umd.js http:// localhost:3000/client/node_modules/@角度/クライアント/ node_modules/@角度/コア/バンドル/ core.umd.js など... – user2510058

+0

githubのコードをここにリンクしてください。 – Ajey

答えて

0

は、コンソールに

<my-app> Loading... </my-app> 
+0

まだ同じ問題 – user2510058

関連する問題