2017-05-24 13 views

答えて

0

ソリューションは、使用するプロジェクトにtsconfig.app.jsonファイルに以下を追加することです:

"compilerOptions": { 
    "paths": { 
     "@angular/*": ["../node_modules/@angular/*"], 
     "@ngrx/*": ["../node_modules/@ngrx/*"], 
     "rxjs/*": ["../node_modules/rxjs/*"] 
     } 
} 
関連する問題