Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files. Open project in vs code ...
const express = require('express'); const app = express(); const expressSwagger = require('express-swagger-generator')(app); let options = { swaggerDefinition: { info ...