1.0.6 • Published 4 years ago

@node-boot/starter v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

@node-boot/starter

import {NodeBootApplication, Autowired, ApplicationRunner, Component} from '@node-boot/starter';

@Component()
class Test0 {

}

@NodeBootApplication()
class Test implements ApplicationRunner {

    constructor(public test0: Test0) {
    }

    run(): void {
        console.log(this.test0);
    }
}
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago