Angular Lazy loading module ,unit test code coverage

后端 未结 0 1592
醉梦人生
醉梦人生 2021-01-04 04:58

How can I write unit test case for lazy loading Module

import { routes } from \'./app-routing\';
@NgModule({
    imports: [RouterModule.forRoot(routes)],
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题