1.0.5 • Published 7 years ago

ncui v1.0.5

Weekly downloads
9
License
MIT
Repository
-
Last release
7 years ago

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

  • Tony Galati - Initial work - Email
  • Jeremy Moritz - Packaging into an Angular Module - Email

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
1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago