How to use the @nestjs/ng-universal.LiveReloadCompiler function in @nestjs/ng-universal

To help you get started, we’ve selected a few @nestjs/ng-universal examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github adrien2p / teanjs / serve-script.js View on Github external
const { LiveReloadCompiler } = require('@nestjs/ng-universal');

const compiler = new LiveReloadCompiler({
    projectName: 'teanjs-universal',
});
compiler.run();

@nestjs/ng-universal

Nest - modern, fast, powerful node.js web framework (@ng-universal)

MIT
Latest version published 1 year ago

Package Health Score

49 / 100
Full package analysis

Similar packages