1.1.0 • Published 7 years ago

ng2-unlv-oe v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

ng2-unlv-oe

An Angular 2 library of common components used in UNLV Online Education apps (i.e. UNLV OE styles, common app footer, etc.).

Installation

ng2-unlv-oe is available at npm:

npm install ng2-unlv-oe --save

Usage

Components are configured as Angular modules. Once you have installed, modules can be imported from 'ng2-unlv-oe' shorthand in your application code:

import { UnlvOeFooterModule } from 'ng2-unlv-oe';

UnlvOeLocalData is a helper service that will load assets/data/unlv-oe-local-data.json as a JSON data file for your project:

import { UnlvOeLocalData } from 'ng2-unlv-oe';

Assets

The UNLV OE logo and base styles are also available and must be imported into your project accordingly. If you are using Angular CLI, this is done by configuring your angular-cli.json file. View the documentation for details.

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.2.2

7 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago