标签: typescript angular
我正在尝试在我的角度2小应用程序中做动画,但在导入某些样式,动画,触发模块时我得到错误node_module angular / core没有导出的模块触发器,样式等。
我的组件的示例代码,
import { Component, OnInit, Input, trigger, state, style, animate, transition } from '@angular/core';