ncui

1.0.5 • Public • Published

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

Setup your app.module.ts file with these lines added (only showing details for THIS package)...

import { NcuiModule, NcuiImageService } from 'ncui';

@NgModule({
  imports: [NcuiModule],
  providers: [NcuiImageService]
})

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

Readme

Keywords

none

Package Sidebar

Install

npm i ncui

Weekly Downloads

1

Version

1.0.5

License

MIT

Last publish

Collaborators

  • jmoritznaic