Tag: webpack 2 typescript2.1

在angular2中导航错误

我更新了angular度包版本从2.4.10到4.0.0更新后我在导航时遇到以下错误。 ERROR Error: Uncaught (in promise): Error: Found the synthetic property @transformPlaceholder. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. Error: Found the synthetic property @transformPlaceholder. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application 我更改了webpack.common.jsconfiguration。 看下面的代码 new webpack.ContextReplacementPlugin( // The (\\|\/) piece accounts for path separators in *nix and Windows /angular(\\|\/)core(\\|\/)@angular/, helpers.root('./src'), // […]