On this page
Angular Footer Component
Angular Footer component is an additional navigation used for displaying general information that a user might want to access from any page within your site. It is a place to display boilerplate text about the site, company info, copyrights, links to a contact form, sitemap, FAQ and other such resources.
Examples
CoreUI © 2021 creativeLabs
Powered by CoreUI for Angular
Loading...
Loading...
API reference
Footer Module
import { FooterModule } from '@coreui/angular';
@NgModule({
imports: [FooterModule,]
})
export class AppModule() { }
c-footer
component
Inputs
prop | description | type | default | notes |
---|---|---|---|---|
position |
Place a footer in non-static positions | Positions |
undefined | fixed, sticky |
role |
Default role for a footer | string |
footer |