@bizdoc/mfg
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

Mfg for BizDoc

Server side Nuget package.

npm i @bizdoc/mfg

app.module.ts:

@NgModule({
    imports: [MfgModule.forRoot(), ...]
})
export class AppModule {
}

Utilize

export class MyForm implements OnInit {
    parts$: Observable<PartInfo[]>;
    constructor (private _mfg: MfgService) {}
    ngOnInit() {
        this.parts$ = this._mfg.parts(...);
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @bizdoc/mfg

Weekly Downloads

34

Version

3.0.0

License

https://github.com/moding-il/bizdoc.core/blob/master/License.md

Unpacked Size

351 kB

Total Files

32

Last publish

Collaborators

  • zehavibarak