SYMBOL INDEX (21 symbols across 14 files) FILE: src/api/index.ts type ServerAPIOptions (line 6) | interface ServerAPIOptions { function createApi (line 13) | function createApi(options: ServerAPIOptions): express.Express { function createNgRenderMiddleware (line 30) | function createNgRenderMiddleware(distPath: string, ngSetup: NgSetupOpti... FILE: src/app/app-routes.spa.ts constant APP_ROUTES (line 4) | const APP_ROUTES: Routes = []; FILE: src/app/app-routes.ts constant APP_ROUTES (line 6) | const APP_ROUTES: Routes = [ FILE: src/app/app-routing.module.ts class AppRoutingModule (line 15) | class AppRoutingModule { } FILE: src/app/app.browser.module.ts class AppBrowserModule (line 11) | class AppBrowserModule { } FILE: src/app/app.component.ts class AppComponent (line 11) | class AppComponent { method constructor (line 12) | constructor( method ngOnInit (line 17) | ngOnInit(): void { FILE: src/app/app.module.ts class AppModule (line 21) | class AppModule { } FILE: src/app/app.server.module.ts class AppServerModule (line 19) | class AppServerModule { } FILE: src/app/hello/hello-routing.module.ts class HelloRoutingModule (line 21) | class HelloRoutingModule { } FILE: src/app/hello/hello.component.ts class HelloComponent (line 10) | class HelloComponent { FILE: src/app/hello/hello.module.ts class HelloModule (line 12) | class HelloModule { } FILE: src/app/not-found.component.ts type PartialResponse (line 5) | interface PartialResponse { class NotFoundComponent (line 14) | class NotFoundComponent implements OnInit { method constructor (line 15) | constructor( method ngOnInit (line 19) | ngOnInit(): void { FILE: src/main.ts function main (line 7) | async function main(): Promise> { FILE: src/server.ts constant BROWSER_DIST_PATH (line 31) | const BROWSER_DIST_PATH = join(__dirname, '..', 'browser');