Framework:
  • JavaScript / Vanilla JS
  • React.js
  • Vue.js
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.

Loading...
## Examples
Loading...
Loading...
Loading...
--- ## API reference ### Footer Module
```typescript 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_||
  • GitHub
  • Twitter
  • Support
  • CoreUI (Vanilla)
  • CoreUI for React.js
  • CoreUI for Vue.js

CoreUI for Angular is Open Source UI Components Library for Angular.

Currently v5.4.12 Code licensed MIT , docs CC BY 3.0 .
CoreUI PRO requires a commercial license.