upco-rst-lib
v0.0.16
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.2.
Downloads
8
Readme
UpcoRstModule
This library was generated with Angular CLI version 11.1.2.
Getting started
Step 1: Install
npm i upco-rst-lib@latest
Step 2: Import the UpcoRstModule
import { UpcoRstModule } from 'upco-rst-lib';
@NgModule({
declarations: [AppComponent],
imports: [
UpcoRstModule.forRoot({
token: 'static token',
apiBaseUrl: 'http://localhost:4200'
})
],
bootstrap: [AppComponent]
})
export class AppModule {}
Usage sample:
<upco-rst-roster-budget-setup></upco-rst-roster-budget-setup>
<upco-rst-forecast-roster></upco-rst-forecast-roster>