@opllama2/ui
v2.0.2
Published
ui components for angular 2+
Readme
Installation
- Open a terminal in your project root and run
npm install @opllama2/ui --save - Import the ui module into your root module
import { OpUiModule } from '@opllama2/ui' - Include the module in your root module's imports
{ imports: [ ..., BrowserModule, OpUiModule.forRoot(), ... ] }
