Abstract
The type of nest application
The options
Protected
containerThe application container
Protected
Readonly
optionsThe options to bootstrap
Protected
serviceThe console service
Boot the console
The list of arguments to pass to the cli, default are process.argv
Abstract
createAn abstract method to create the nest application instance. Could return any kind of NestApplication (headless or not)
Get the options
Get the console service
Init the console application
Protected
useActivate the decorators scanner
An abstract class to boot a nest application