diff --git a/angular.json b/angular.json index 94423c7..047eebd 100644 --- a/angular.json +++ b/angular.json @@ -352,6 +352,10 @@ "replace": "src/app/_modules/layout/right-content/right-content.component.ts", "with": "src/gbu/component/layout/right-content/right-content.component.ts" }, + { + "replace": "src/app/_modules/layout/footer/footer.component.ts", + "with": "src/gbu/component/layout/footer/footer.component.ts" + }, { "replace": "src/app/_modules/pages/menu/slider-menu/slider-menu.component.ts", "with": "src/gbu/component/pages/menu/slider-menu/slider-menu.component.ts" @@ -415,9 +419,17 @@ "replace": "src/app/_modules/layout/right-content/right-content.component.ts", "with": "src/gbu/component/layout/right-content/right-content.component.ts" }, + { + "replace": "src/app/_modules/layout/footer/footer.component.ts", + "with": "src/gbu/component/layout/footer/footer.component.ts" + }, { "replace": "src/app/_modules/pages/menu/slider-menu/slider-menu.component.ts", "with": "src/gbu/component/pages/menu/slider-menu/slider-menu.component.ts" + }, + { + "replace": "src/app/_modules/registries/registry/entries/entry/registry-entry.component.ts", + "with": "src/gbu/component/registries/registry/entries/entry/registry-entry.component.ts" } ], "inlineStyleLanguage": "scss", diff --git a/src/gbu/component/layout/footer/footer.component.html b/src/gbu/component/layout/footer/footer.component.html new file mode 100644 index 0000000..48145f2 --- /dev/null +++ b/src/gbu/component/layout/footer/footer.component.html @@ -0,0 +1,25 @@ +
\ No newline at end of file diff --git a/src/gbu/component/layout/footer/footer.component.scss b/src/gbu/component/layout/footer/footer.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/gbu/component/layout/footer/footer.component.ts b/src/gbu/component/layout/footer/footer.component.ts new file mode 100644 index 0000000..34ebac8 --- /dev/null +++ b/src/gbu/component/layout/footer/footer.component.ts @@ -0,0 +1,13 @@ +import {Component} from '@angular/core'; + +@Component({ + selector: 'footer', + templateUrl: 'footer.component.html', + styleUrls: ['footer.component.scss'] +}) +export class FooterComponent { + constructor() { + } + + +} diff --git a/src/gbu/component/layout/grid/grid.component.html b/src/gbu/component/layout/grid/grid.component.html index 3878da6..324ebfd 100644 --- a/src/gbu/component/layout/grid/grid.component.html +++ b/src/gbu/component/layout/grid/grid.component.html @@ -25,6 +25,7 @@