Skip to content

Instantly share code, notes, and snippets.

@nanotroy
Created August 29, 2019 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanotroy/e3875977f4ac9e412e2ab0c8c19a6bbe to your computer and use it in GitHub Desktop.
Save nanotroy/e3875977f4ac9e412e2ab0c8c19a6bbe to your computer and use it in GitHub Desktop.
import { enableProdMode } from '@angular/core';
import { environment } from './environments/environment';
if (environment.production) {
enableProdMode();
}
export {AppServerModule} from './app/app.server.module';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment