我讓SharePoint外接程序項目,我已經爲你看到的解決方案資源管理器的SS在下面inculuded必要angular2包和TS文件實例文件「app.module.ts」:無法從模塊「RootModule」
這裏是我的ts文件內容; boot.ts
import {bootstrap} from 'angular2/platform/browser';
import {AppComponent} from './app.component';
bootstrap(AppComponent)
app.component.ts
import {Welcome} from './app.module';
import {Component} from 'angular2/core';
@Component({
selector: 'app-main',
template:'<h1>${Welcome.getMessage()}</h1>'
})
export class AppComponent {}
app.module.ts
export class Welcome {
static getMessage() {
return "Hello World!";
}
}
當我運行這個應用程序,我總是在輸出窗口此錯誤信息:
> @"Error 1
> CorrelationId: ae2bcaba-cdac-4178-bd39-2aca278a2e31
> ErrorDetail: There was a problem with activating the app web definition.
> ErrorType: App
> ErrorTypeName: App Related
> ExceptionMessage: Failed to instantiate file "app.module.ts" from module "RootModule": Source path
> "Features\SharePointAddIn4_Feature1\app.module.ts" not found.
> Source: AppWeb
> SourceName: App Web Deployment
我有搜索,但無法找到任何解決方案幫助我..任何想法如何解決這個問題?
但我TSC -v輸出爲2.0.10?如果我將'angular2/platform/browser'更改爲'@ angular/platform/browser',則顯示錯誤「找不到模塊..」 – TyForHelpDude
是的,正如我已經說過的,您必須將角度版本升級到包裝中的最終版本.json文件,而不是運行命令npm install –