Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

goPonents Footer Component #213

Closed
nilahdad opened this issue Oct 1, 2019 · 1 comment
Closed

goPonents Footer Component #213

nilahdad opened this issue Oct 1, 2019 · 1 comment
Labels
feature New feature request new issue This issue has yet to receive attention

Comments

@nilahdad
Copy link

nilahdad commented Oct 1, 2019

Hi Team, I think in the basic goPonents layout we have to add footer component, currently it's missing. FYI, by default, the footer behavior should be aligned in the bottom of the browser and based on the content or page it should be floated with bottom of the content, regarding this I will raise ticket in the GitHub.

You can see here, in the current basic layout, this much only is available...

Simple Setup
For the sake of this example, we'll be referencing the layout of this application because it's a living example of the entire layout component and family.

app.module

// Required imports for the layout:
import {
GoHeaderModule,
GoIconButtonModule,
GoLayoutModule,
GoSideNavModule
} from '@tangoe/goponents';

@NgModule({
declarations: [
AppComponent
],
imports: [
GoHeaderModule,
GoIconButtonModule,
GoLayoutModule,
GoSideNavModule
],
bootstrap: [AppComponent]
})
export class AppModule { }

app.component

@nilahdad nilahdad added feature New feature request new issue This issue has yet to receive attention labels Oct 1, 2019
@grahamhency
Copy link
Contributor

Duplicate of #164

@grahamhency grahamhency marked this as a duplicate of #164 Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request new issue This issue has yet to receive attention
Projects
None yet
Development

No branches or pull requests

2 participants