Skip to content

Latest commit

 

History

History

odo-module

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Odo Module

Augment a class' static methods with helpers

Install

npm install @odopod/odo-module --save

Quick Start

import OdoModule from '@odopod/odo-module';

class CoolModule {}

CoolModule.Classes = {
  BASE: 'cool-module',
};

OdoModule.register(CoolModule);

Visit the Odo component directory for demos, code examples, and documentation.