Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ng-edu

A library of Angular components for use in online education applications/interactives/digital learning objects.

angular, UNLV, university, online education

readme

alt text

ng-edu

ng-edu is a library of Angular components for use in online education applications/interactives/digital learning objects.

Component styles are minimal and easily customizable with CSS.

Installation

ng-edu is available on npm:

npm install ng-edu --save

Basic Usage

Components are configured as Angular modules. Once you have installed the library, modules can be imported from 'ng-edu' shorthand in your application code. For example, if you are using Angular CLI and you want to use the Layer Toggle module, you would put this in your app.module.ts:

import { LayerToggleModule } from 'ng-edu';

Documentation

The documentation for ng-edu is located in this repo's wiki.

License

MIT