Commit c4bf9c30 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Mise à jour des imports.

Showing with 2 additions and 2 deletions
+2 -2
{% extends '@NgModelGenerator/_layout.ts.twig' %}
{% block content %}
import { HttpClient, HttpResponseBase } from '@angular/common/http';
import {HttpClient, HttpHeaders, HttpResponseBase} from '@angular/common/http';
import { forkJoin, Observable } from 'rxjs';
/**
......
......@@ -7,7 +7,7 @@
import { Observable } from 'rxjs';
import { HttpResponseBase } from '@angular/common/http';
import { AbstractRepository, Collection, IRI, UUID } from './common';
import { AbstractRepository, Collection, IRI, RequestOptions, UUID } from './common';
import { {% for name in repoImports %}
{{ name }}{% if not loop.last %}, {% endif %}
{%- endfor %}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment