11
Tt XMLHttpRequest ’पर on send’ को अंजाम देने में विफल हुए कोणीय परीक्षण
मैं अपने कोणीय 4.1.0 घटक का परीक्षण करने की कोशिश कर रहा हूं - export class CellComponent implements OnInit { lines: Observable<Array<ILine>>; @Input() dep: string; @Input() embedded: boolean; @Input() dashboard: boolean; constructor( public dataService: CellService, private route: ActivatedRoute, private router: Router, private store: Store<AppStore>) { } } हालांकि, एक सरल …