我试图在一个使用角材料2的组件上编写一个测试,但是当我将它添加到我的testModule声明中时,我得到: 'md-card-titleIf 'md-card-title' is an Angular component, then verify that it is part of this module.
2.将MaterialModule添加到声明中会引发‘`Error:<em
我是角2的新手,我想使用Primeng的“时间表”。所以我安装了它的包。并在calendarComponent中添加了app.module.ts,如下所示:import { BrowserModule } from '@angular/platform-browser';import { CalendarComponent } from