UNPKG

cocori-ng

Version:

Cocori-ng is an Angular full of great components & utilites based on Material

10 lines (9 loc) 258 B
import { HttpErrorResponse } from '@angular/common/http'; export interface ErrorStacktraceModel { message: string; stacktrace?: StacktraceModel; } export interface StacktraceModel { dateError: string; httpError: HttpErrorResponse; }