ncui
v1.0.5
Published
common-ui header and footer for naic
Downloads
1
Readme
NAIC Common UI Header and Footer
Angular 4+ module with customized common UI header and footer components to be imported into NAIC Angular projects.
Getting Started
These instructions will get you the custom header and footer for internal Angular-CLI/Typescript NAIC projects.
Prerequisites
In order to use the Common UI Header and Footer module, you must have these installed in your project:
Angular (version 2+)
TypeScript (version 1+)
Bootstrap (version 4.0-Beta or later) - both CSS and JavaScript
FontAwesome
OpenSans font family: (using the Font-Family name: "OpenSans")
OpenSans-Regular
OpenSans-Bold
OpenSans-Italic
Installing
To install:
npm install --save ncui
Setup
Set up your app.module.ts file with these lines added:
import { NcuiModule } from 'ncui';
@NgModule({
imports: [NcuiModule]
})
Usage
In your app.component.html (or any other file with your HTML markup), place both of these selector tags
<ncui-header></ncui-header>
<!-- your content goes here -->
<ncui-footer></ncui-footer>
Contributing
Enterprise Team at NAIC
Authors
License
This project is licensed only for internal use within NAIC.
Acknowledgments
- Special Thanks to RJ DelaCruz and Jake Maclanahan at NAIC for their help in packaging this project