Merge pull request #21 from AlineRinquin/fix-front
fix pb avec le app.module
This commit is contained in:
commit
acfb169715
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@ import { PageAjoutContactComponent } from './pages/page-ajout-contact/page-ajout
|
|||
import { PageModifierContactComponent } from './pages/page-modifier-contact/page-modifier-contact.component';
|
||||
import { PageCreationTeamComponent } from './pages/page-creation-team/page-creation-team.component';
|
||||
import { AutofocusFixModule } from 'ngx-autofocus-fix';
|
||||
import { EmoticonComponent } from './emoticon/emoticon.component';
|
||||
|
||||
|
||||
|
||||
|
@ -74,6 +75,7 @@ import { AutofocusFixModule } from 'ngx-autofocus-fix';
|
|||
PageAjoutContactComponent,
|
||||
PageModifierContactComponent,
|
||||
PageCreationTeamComponent,
|
||||
EmoticonComponent,
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
|
|
Loading…
Add table
Reference in a new issue