Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Pôle IS
Bundles Symfony 2
ng-model-generator-bundle
Commits
c8d285d6
Commit
c8d285d6
authored
Feb 15, 2019
by
Guillaume Perréal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ajout de @ts-ignore pour que le compilateur ne se plaigne pas d'imports inutiliséS.
parent
28ffdc94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/Resources/views/repositories.ts.twig
src/Resources/views/repositories.ts.twig
+1
-0
src/Resources/views/resources.ts.twig
src/Resources/views/resources.ts.twig
+1
-0
No files found.
src/Resources/views/repositories.ts.twig
View file @
c8d285d6
...
...
@@ -7,6 +7,7 @@
import { Observable } from 'rxjs';
import { HttpResponseBase } from '@angular/common/http';
// @ts-ignore
import { AbstractRepository, Collection, IRI, RequestOptions, UUID } from './common';
import {
{%
for
name
in
repoImports
%}
{{
name
}}{%
if
not
loop.last
%}
,
{%
endif
%}
...
...
src/Resources/views/resources.ts.twig
View file @
c8d285d6
...
...
@@ -2,6 +2,7 @@
{%
block
content
%}
{%
autoescape
false
%}
// @ts-ignore
import { DateTime, IRI, UUID } from './common';
/*********************************************************************************
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment