Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Bundles Symfony 2
ng-model-generator-bundle
Commits
c4bf9c30
Commit
c4bf9c30
authored
Dec 04, 2018
by
Guillaume Perréal
Browse files
Mise à jour des imports.
parent
1a0b4651
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Resources/views/common.ts.twig
View file @
c4bf9c30
{%
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';
/**
...
...
src/Resources/views/repositories.ts.twig
View file @
c4bf9c30
...
...
@@ -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
%}
...
...
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