Skip to content

Commit

Permalink
Another missing import in README
Browse files Browse the repository at this point in the history
  • Loading branch information
clbond committed Mar 29, 2017
1 parent 44b4f50 commit 5e67950
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -94,6 +94,8 @@ import {join} from 'path';

import {AppModule} from '../src/app/app.module';

import url = require('url');

const dist = join(process.cwd(), 'dist');

const builder = new ApplicationBuilderFromModule(AppModule, join(dist, 'index.html'));
Expand Down

0 comments on commit 5e67950

Please sign in to comment.