diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 3215a2a..bd8401a 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -19,6 +19,7 @@ import { AnimauxDetailsComponent } from './components/animaux/animaux-details/an import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; import { MatTabsModule } from '@angular/material/tabs'; +import { NoHeaderFooterDirective } from './no-header-footer.directive'; @NgModule({ declarations: [ @@ -32,6 +33,7 @@ import { MatTabsModule } from '@angular/material/tabs'; ContactComponent, AnimauxListComponent, AnimauxDetailsComponent, + NoHeaderFooterDirective, ], imports: [ BrowserModule, diff --git a/src/app/components/footer/footer.component.html b/src/app/components/footer/footer.component.html index 5e5e52d..f1942c1 100644 --- a/src/app/components/footer/footer.component.html +++ b/src/app/components/footer/footer.component.html @@ -1,11 +1,12 @@ -