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

Ajout de @ts-ignore pour que le compilateur ne se plaigne pas d'imports inutiliséS.

Showing with 2 additions and 0 deletions
+2 -0
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
import { Observable } from 'rxjs'; import { Observable } from 'rxjs';
import { HttpResponseBase } from '@angular/common/http'; import { HttpResponseBase } from '@angular/common/http';
// @ts-ignore
import { AbstractRepository, Collection, IRI, RequestOptions, UUID } from './common'; import { AbstractRepository, Collection, IRI, RequestOptions, UUID } from './common';
import { {% for name in repoImports %} import { {% for name in repoImports %}
{{ name }}{% if not loop.last %}, {% endif %} {{ name }}{% if not loop.last %}, {% endif %}
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
{% block content %} {% block content %}
{% autoescape false %} {% autoescape false %}
// @ts-ignore
import { DateTime, IRI, UUID } from './common'; import { DateTime, IRI, UUID } from './common';
/********************************************************************************* /*********************************************************************************
......
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