Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step 15.3: Import methods on the client side
  • Loading branch information
dotansimha committed Nov 27, 2016
1 parent 35627a6 commit 4c9f40e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/main.ts
Expand Up @@ -4,5 +4,7 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';

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

import '../both/methods/parties.methods';

const platform = platformBrowserDynamic();
platform.bootstrapModule(AppModule);

0 comments on commit 4c9f40e

Please sign in to comment.