11
'XMLHttpRequest' üzerinde 'send' yürütülemedi
Açısal 4.1.0 bileşenimi test etmeye çalışıyorum - 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>) { } } Ancak, basit bir "yaratmalı" testi bu şifreli hatayı atar ... …