Cannot find module angular/animations

前端 未结 6 1272
梦如初夏
梦如初夏 2021-02-12 01:44

I am using webpack in angular2 and when i try to run my app i get an error stating

Cannot find module \"@angular/animations\"

6条回答
  •  自闭症患者
    2021-02-12 02:22

    Looks like in Angular 2 this was a part of core, as shown in the archived documentation:

    import { Component, Input, trigger, state, style, transition, animate } from '@angular/core';

提交回复
热议问题